/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 858 dispatcher.glDisable; in postLoadRestoreCtx() 884 dispatcher.glDisable(GL_BLEND); in postLoadRestoreCtx() 2688 gl.glDisable(GL_BLEND); in copyTexImageWithEmulation() 2689 gl.glDisable(GL_SCISSOR_TEST); in copyTexImageWithEmulation() 2690 gl.glDisable(GL_DEPTH_TEST); in copyTexImageWithEmulation() 2691 gl.glDisable(GL_STENCIL_TEST); in copyTexImageWithEmulation() 2692 gl.glDisable(GL_SAMPLE_ALPHA_TO_COVERAGE); in copyTexImageWithEmulation() 2693 gl.glDisable(GL_SAMPLE_COVERAGE); in copyTexImageWithEmulation() 2694 gl.glDisable(GL_CULL_FACE); in copyTexImageWithEmulation() 2695 gl.glDisable(GL_POLYGON_OFFSET_FILL); in copyTexImageWithEmulation() [all …]
|
D | ScopedGLState.cpp | 144 gl.glDisable(name); in ~ScopedGLState()
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshot_unittest.cpp | 53 void stateChange() override { gl->glDisable(GetParam()); } in stateChange()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_line_rasterization.adoc | 31 rasterization sample? i.e. the equivalent of glDisable(GL_MULTISAMPLE) in
|
/hardware/qcom/sm7250/display/composer/ |
D | gl_layer_stitch_impl.cpp | 204 GL(glDisable(GL_SCISSOR_TEST)); in ClearWithTransparency()
|
/hardware/google/gfxstream/host/gl/glsnapshot/ |
D | GLSnapshot.cpp | 80 mGL->glDisable(it.first); in restore()
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 75 {"glDisable", (void*)glDisable},
|
D | gl_client_context.h | 77 glDisable_client_proc_t glDisable; member
|
/hardware/interfaces/graphics/allocator/aidl/vts/ |
D | VtsHalGraphicsAllocatorAidl_TargetTest.cpp | 283 glDisable(GL_STENCIL_TEST); in fillWithGpu() 284 glDisable(GL_SCISSOR_TEST); in fillWithGpu()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 49 {"glDisable", (void*)glDisable},
|
D | gl2_client_context.h | 51 glDisable_client_proc_t glDisable; member
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.cpp | 93 dispatcher().glDisable(GL_FRAMEBUFFER_SRGB); in init() 625 s_glDispatch.glDisable(GL_VERTEX_PROGRAM_POINT_SIZE); in drawWithEmulations() 627 s_glDispatch.glDisable(GL_POINT_SPRITE); in drawWithEmulations()
|
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | GlWrapper.cpp | 407 glDisable(GL_BLEND); in renderImageToScreen()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 36 void glDisable(GLenum cap);
|
D | gles_common.entries | 35 void glDisable(GLenum cap);
|
D | gles_common_for_gles2.entries | 36 void glDisable(GLenum cap);
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | GlWrapper.cpp | 415 glDisable(GL_BLEND); in renderImageToScreen()
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 37 GL_APICALL void GL_APIENTRY glDisable(GLenum cap);
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 37 GL_APICALL void GL_APIENTRY glDisable(GLenum cap);
|
D | gles_common_functions.h | 37 X(void, glDisable, (GLenum cap), (cap)) \
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 79 glDisable_server_proc_t glDisable; member
|
D | gles1_server_context.cpp | 77 glDisable = (glDisable_server_proc_t) getProc("glDisable", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 903 dispatcher().glDisable(GL_TEXTURE_GEN_S); in disable() 904 dispatcher().glDisable(GL_TEXTURE_GEN_T); in disable() 905 dispatcher().glDisable(GL_TEXTURE_GEN_R); in disable() 907 dispatcher().glDisable(cap); in disable() 1700 gl.glDisable(GL_CLIP_PLANE0+i); in drawTexOES()
|
/hardware/google/gfxstream/host/gl/ |
D | TextureDraw.cpp | 603 s_gles2.glDisable(GL_BLEND); in drawLayer()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 63 glDisable_server_proc_t glDisable; member
|