/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | ScopedGLState.cpp | 49 case GL_SCISSOR_TEST: in push() 82 GL_SCISSOR_TEST, in pushForCoreProfileTextureEmulation() 133 case GL_SCISSOR_TEST: in ~ScopedGLState()
|
D | GLEScontext.cpp | 2689 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/ |
D | gl_layer_stitch_impl.cpp | 204 GL(glDisable(GL_SCISSOR_TEST)); in ClearWithTransparency() 210 GL(glEnable(GL_SCISSOR_TEST)); in ClearWithTransparency()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmUtils.cpp | 61 case GL_SCISSOR_TEST: in glParamSize()
|
D | GLEScmValidate.cpp | 175 case GL_SCISSOR_TEST: in capability()
|
D | GLEScmImp.cpp | 2760 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/ |
D | GLSnapshotTesting.h | 49 GL_SCISSOR_TEST,
|
/hardware/google/gfxstream/host/apigen-codec-common/ |
D | glUtils.cpp | 185 case GL_SCISSOR_TEST: in glUtilsParamSize()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 150 #define GL_SCISSOR_TEST 0x0C11 macro 232 #define GL_SCISSOR_TEST 0x0C11 macro
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 150 #define GL_SCISSOR_TEST 0x0C11 macro 232 #define GL_SCISSOR_TEST 0x0C11 macro
|
/hardware/interfaces/graphics/allocator/aidl/vts/ |
D | VtsHalGraphicsAllocatorAidl_TargetTest.cpp | 284 glDisable(GL_SCISSOR_TEST); in fillWithGpu()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | glUtils.cpp | 626 case GL_SCISSOR_TEST: in glUtilsParamSize()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Validate.cpp | 416 case GL_SCISSOR_TEST: in capability()
|
D | GLESv2Imp.cpp | 3337 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/ |
D | gl.h | 107 #define GL_SCISSOR_TEST 0x0C11 macro
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GLESv2Validation.cpp | 1447 case GL_SCISSOR_TEST: in allowedEnable()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 139 #define GL_SCISSOR_TEST 0x0C11 macro
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 120 #define GL_SCISSOR_TEST 0x0C11 macro
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 120 #define GL_SCISSOR_TEST 0x0C11 macro
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 133 #define GL_SCISSOR_TEST 0x0C11 macro
|
D | gl31.h | 133 #define GL_SCISSOR_TEST 0x0C11 macro
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 133 #define GL_SCISSOR_TEST 0x0C11 macro
|
D | gl31.h | 133 #define GL_SCISSOR_TEST 0x0C11 macro
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 550 #define GL_SCISSOR_TEST 0x0C11 macro
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 120 #define GL_SCISSOR_TEST 0x0C11 macro
|