Home
last modified time | relevance | path

Searched refs:GL_SCISSOR_TEST (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DScopedGLState.cpp49 case GL_SCISSOR_TEST: in push()
82 GL_SCISSOR_TEST, in pushForCoreProfileTextureEmulation()
133 case GL_SCISSOR_TEST: in ~ScopedGLState()
DGLEScontext.cpp2689 gl.glDisable(GL_SCISSOR_TEST); in copyTexImageWithEmulation()
2996 gl.glDisable(GL_SCISSOR_TEST); in blitFromReadBufferToTextureFlipped()
3050 if (isEnabled(GL_SCISSOR_TEST)) gl.glEnable(GL_SCISSOR_TEST); in blitFromReadBufferToTextureFlipped()
3123 gl.glDisable(GL_SCISSOR_TEST); in blitFromReadBufferToEGLImage()
3176 if (isEnabled(GL_SCISSOR_TEST)) gl.glEnable(GL_SCISSOR_TEST); in blitFromReadBufferToEGLImage()
/hardware/qcom/sm7250/display/composer/
Dgl_layer_stitch_impl.cpp204 GL(glDisable(GL_SCISSOR_TEST)); in ClearWithTransparency()
210 GL(glEnable(GL_SCISSOR_TEST)); in ClearWithTransparency()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmUtils.cpp61 case GL_SCISSOR_TEST: in glParamSize()
DGLEScmValidate.cpp175 case GL_SCISSOR_TEST: in capability()
DGLEScmImp.cpp2760 bool scissorEnabled = glIsEnabled(GL_SCISSOR_TEST); in glReadPixels()
2762 if (scissorEnabled) glDisable(GL_SCISSOR_TEST); in glReadPixels()
2765 if (scissorEnabled) glEnable(GL_SCISSOR_TEST); in glReadPixels()
/hardware/google/gfxstream/host/tests/
DGLSnapshotTesting.h49 GL_SCISSOR_TEST,
/hardware/google/gfxstream/host/apigen-codec-common/
DglUtils.cpp185 case GL_SCISSOR_TEST: in glUtilsParamSize()
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h150 #define GL_SCISSOR_TEST 0x0C11 macro
232 #define GL_SCISSOR_TEST 0x0C11 macro
/hardware/google/gfxstream/include/GLES/
Dgl.h150 #define GL_SCISSOR_TEST 0x0C11 macro
232 #define GL_SCISSOR_TEST 0x0C11 macro
/hardware/interfaces/graphics/allocator/aidl/vts/
DVtsHalGraphicsAllocatorAidl_TargetTest.cpp284 glDisable(GL_SCISSOR_TEST); in fillWithGpu()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DglUtils.cpp626 case GL_SCISSOR_TEST: in glUtilsParamSize()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Validate.cpp416 case GL_SCISSOR_TEST: in capability()
DGLESv2Imp.cpp3337 bool scissorEnabled = glIsEnabled(GL_SCISSOR_TEST); in glReadPixels()
3339 if (scissorEnabled) glDisable(GL_SCISSOR_TEST); in glReadPixels()
3342 if (scissorEnabled) glEnable(GL_SCISSOR_TEST); in glReadPixels()
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h107 #define GL_SCISSOR_TEST 0x0C11 macro
/hardware/google/gfxstream/guest/GLESv2_enc/
DGLESv2Validation.cpp1447 case GL_SCISSOR_TEST: in allowedEnable()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h139 #define GL_SCISSOR_TEST 0x0C11 macro
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h120 #define GL_SCISSOR_TEST 0x0C11 macro
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h120 #define GL_SCISSOR_TEST 0x0C11 macro
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h133 #define GL_SCISSOR_TEST 0x0C11 macro
Dgl31.h133 #define GL_SCISSOR_TEST 0x0C11 macro
/hardware/google/gfxstream/include/GLES3/
Dgl3.h133 #define GL_SCISSOR_TEST 0x0C11 macro
Dgl31.h133 #define GL_SCISSOR_TEST 0x0C11 macro
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h550 #define GL_SCISSOR_TEST 0x0C11 macro
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h120 #define GL_SCISSOR_TEST 0x0C11 macro

12