Home
last modified time | relevance | path

Searched refs:glDisable (Results 1 – 25 of 64) sorted by relevance

123

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp858 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 …]
DScopedGLState.cpp144 gl.glDisable(name); in ~ScopedGLState()
/hardware/google/gfxstream/host/tests/
DGLSnapshot_unittest.cpp53 void stateChange() override { gl->glDisable(GetParam()); } in stateChange()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_line_rasterization.adoc31 rasterization sample? i.e. the equivalent of glDisable(GL_MULTISAMPLE) in
/hardware/qcom/sm7250/display/composer/
Dgl_layer_stitch_impl.cpp204 GL(glDisable(GL_SCISSOR_TEST)); in ClearWithTransparency()
/hardware/google/gfxstream/host/gl/glsnapshot/
DGLSnapshot.cpp80 mGL->glDisable(it.first); in restore()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h75 {"glDisable", (void*)glDisable},
Dgl_client_context.h77 glDisable_client_proc_t glDisable; member
/hardware/interfaces/graphics/allocator/aidl/vts/
DVtsHalGraphicsAllocatorAidl_TargetTest.cpp283 glDisable(GL_STENCIL_TEST); in fillWithGpu()
284 glDisable(GL_SCISSOR_TEST); in fillWithGpu()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h49 {"glDisable", (void*)glDisable},
Dgl2_client_context.h51 glDisable_client_proc_t glDisable; member
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp93 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/
DGlWrapper.cpp407 glDisable(GL_BLEND); in renderImageToScreen()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_common_for_gles1.entries36 void glDisable(GLenum cap);
Dgles_common.entries35 void glDisable(GLenum cap);
Dgles_common_for_gles2.entries36 void glDisable(GLenum cap);
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.cpp415 glDisable(GL_BLEND); in renderImageToScreen()
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_common_for_gles1_static_translator_namespaced_header.h37 GL_APICALL void GL_APIENTRY glDisable(GLenum cap);
Dgles_common_for_gles2_static_translator_namespaced_header.h37 GL_APICALL void GL_APIENTRY glDisable(GLenum cap);
Dgles_common_functions.h37 X(void, glDisable, (GLenum cap), (cap)) \
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h79 glDisable_server_proc_t glDisable; member
Dgles1_server_context.cpp77 glDisable = (glDisable_server_proc_t) getProc("glDisable", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp903 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/
DTextureDraw.cpp603 s_gles2.glDisable(GL_BLEND); in drawLayer()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h63 glDisable_server_proc_t glDisable; member

123