/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | ScopedGLState.cpp | 35 case GL_CURRENT_PROGRAM: in push() 80 GL_CURRENT_PROGRAM, in pushForCoreProfileTextureEmulation() 107 case GL_CURRENT_PROGRAM: in ~ScopedGLState()
|
/aosp_15_r20/external/angle/src/tests/capture_tests/expected/ |
H A D | CapturedTest_ActiveTextures_ES3_Vulkan_001.cpp | 23 glGetIntegerv(GL_CURRENT_PROGRAM, (GLint *)gReadBuffer); in ReplayFrame1() 39 glGetIntegerv(GL_CURRENT_PROGRAM, (GLint *)gReadBuffer); in ReplayFrame1()
|
/aosp_15_r20/external/angle/src/tests/test_utils/ |
H A D | ANGLETest.cpp | 1032 glGetIntegerv(GL_CURRENT_PROGRAM, &previousProgram); in drawQuad() 1097 glGetIntegerv(GL_CURRENT_PROGRAM, &activeProgram); in drawQuadPPO() 1166 glGetIntegerv(GL_CURRENT_PROGRAM, &activeProgram); in drawIndexedQuad() 1332 glGetIntegerv(GL_CURRENT_PROGRAM, &activeProgram); in draw3DTexturedQuad() 1355 glGetIntegerv(GL_CURRENT_PROGRAM, &activeProgram); in draw2DArrayTexturedQuad()
|
/aosp_15_r20/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotPrograms_unittest.cpp | 89 EXPECT_TRUE(compareGlobalGlInt(gl, GL_CURRENT_PROGRAM, 0)); in defaultStateCheck() 96 compareGlobalGlInt(gl, GL_CURRENT_PROGRAM, m_current_program)); in changedStateCheck()
|
/aosp_15_r20/frameworks/base/media/mca/effect/java/android/media/effect/ |
H A D | EffectContext.java | 118 GLES20.glGetIntegerv(GLES20.GL_CURRENT_PROGRAM, mOldState, GL_STATE_PROGRAM); in saveGLState()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | glthread_get.c | 65 case GL_CURRENT_PROGRAM: in _mesa_marshal_GetIntegerv()
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/ |
D | glUtils.cpp | 315 case GL_CURRENT_PROGRAM: in glUtilsParamSize()
|
/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/ |
H A D | gl_env.cpp | 364 glGetIntegerv(GL_CURRENT_PROGRAM, &result); in GetCurrentProgram()
|
H A D | shader_program.cpp | 483 glGetIntegerv(GL_CURRENT_PROGRAM, &program); in RenderFrame()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fIntegerStateQueryTests.cpp | 1728 verifyStateInteger(result, gl, GL_CURRENT_PROGRAM, 0, m_type); in test() 1770 verifyStateInteger(result, gl, GL_CURRENT_PROGRAM, shaderProg, m_type); in test() 1780 verifyStateInteger(result, gl, GL_CURRENT_PROGRAM, shaderProg, m_type); in test() 1787 verifyStateInteger(result, gl, GL_CURRENT_PROGRAM, 0, m_type); in test()
|
/aosp_15_r20/external/mesa3d/src/intel/tools/imgui/ |
H A D | imgui_impl_opengl3.cpp | 113 GLint last_program; glGetIntegerv(GL_CURRENT_PROGRAM, &last_program); in ImGui_ImplOpenGL3_RenderDrawData()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fIntegerStateQueryTests.cpp | 2166 verifyStateInteger(result, gl, GL_CURRENT_PROGRAM, 0, m_type); in test() 2214 verifyStateInteger(result, gl, GL_CURRENT_PROGRAM, shaderProg, m_type); in test() 2224 verifyStateInteger(result, gl, GL_CURRENT_PROGRAM, shaderProg, m_type); in test() 2231 verifyStateInteger(result, gl, GL_CURRENT_PROGRAM, 0, m_type); in test()
|
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | glUtils.cpp | 766 case GL_CURRENT_PROGRAM: in glUtilsParamSize()
|
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES20.java | 184 public static final int GL_CURRENT_PROGRAM = 0x8B8D; field in GLES20
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 391 #define GL_CURRENT_PROGRAM 0x8B8D macro
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderUtils.cpp | 66 m_gl.getIntegerv(GL_CURRENT_PROGRAM, ¤t_po_id); in captureTessellationData()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayImageOperations.cpp | 179 gl.getIntegerv(GL_CURRENT_PROGRAM, &old_program); in checkResults()
|
/aosp_15_r20/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
H A D | GLES20Header.java-if | 184 public static final int GL_CURRENT_PROGRAM = 0x8B8D;
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/ |
D | YUVConverter.cpp | 913 s_gles2.glGetIntegerv(GL_CURRENT_PROGRAM, &mCurrProgram); in saveGLState()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl3cTransformFeedbackOverflowQueryTests.cpp | 1102 GLuint current_program = m_context.getContextInfo().getInt(GL_CURRENT_PROGRAM); in verifyQueryResult()
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluStrUtil.inl | 1155 case GL_CURRENT_PROGRAM: return "GL_CURRENT_PROGRAM";
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 238 #define GL_CURRENT_PROGRAM 0x8B8D macro
|
/aosp_15_r20/frameworks/native/opengl/include/GLES2/ |
H A D | gl2.h | 238 #define GL_CURRENT_PROGRAM 0x8B8D macro
|
/aosp_15_r20/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 238 #define GL_CURRENT_PROGRAM 0x8B8D macro
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 238 #define GL_CURRENT_PROGRAM 0x8B8D macro
|