Home
last modified time | relevance | path

Searched refs:GL_CURRENT_PROGRAM (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DScopedGLState.cpp35 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 DCapturedTest_ActiveTextures_ES3_Vulkan_001.cpp23 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 DANGLETest.cpp1032 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/
DGLSnapshotPrograms_unittest.cpp89 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 DEffectContext.java118 GLES20.glGetIntegerv(GLES20.GL_CURRENT_PROGRAM, mOldState, GL_STATE_PROGRAM); in saveGLState()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dglthread_get.c65 case GL_CURRENT_PROGRAM: in _mesa_marshal_GetIntegerv()
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/
DglUtils.cpp315 case GL_CURRENT_PROGRAM: in glUtilsParamSize()
/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp364 glGetIntegerv(GL_CURRENT_PROGRAM, &result); in GetCurrentProgram()
H A Dshader_program.cpp483 glGetIntegerv(GL_CURRENT_PROGRAM, &program); in RenderFrame()
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp1728 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 Dimgui_impl_opengl3.cpp113 GLint last_program; glGetIntegerv(GL_CURRENT_PROGRAM, &last_program); in ImGui_ImplOpenGL3_RenderDrawData()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp2166 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/
DglUtils.cpp766 case GL_CURRENT_PROGRAM: in glUtilsParamSize()
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java184 public static final int GL_CURRENT_PROGRAM = 0x8B8D; field in GLES20
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h391 #define GL_CURRENT_PROGRAM 0x8B8D macro
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.cpp66 m_gl.getIntegerv(GL_CURRENT_PROGRAM, &current_po_id); in captureTessellationData()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageOperations.cpp179 gl.getIntegerv(GL_CURRENT_PROGRAM, &old_program); in checkResults()
/aosp_15_r20/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES20Header.java-if184 public static final int GL_CURRENT_PROGRAM = 0x8B8D;
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DYUVConverter.cpp913 s_gles2.glGetIntegerv(GL_CURRENT_PROGRAM, &mCurrProgram); in saveGLState()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackOverflowQueryTests.cpp1102 GLuint current_program = m_context.getContextInfo().getInt(GL_CURRENT_PROGRAM); in verifyQueryResult()
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluStrUtil.inl1155 case GL_CURRENT_PROGRAM: return "GL_CURRENT_PROGRAM";
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/opengl/include/GLES2/
Dgl2.h238 #define GL_CURRENT_PROGRAM 0x8B8D macro
/aosp_15_r20/frameworks/native/opengl/include/GLES2/
H A Dgl2.h238 #define GL_CURRENT_PROGRAM 0x8B8D macro
/aosp_15_r20/hardware/google/gfxstream/include/GLES2/
Dgl2.h238 #define GL_CURRENT_PROGRAM 0x8B8D macro
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/opengl/include/GLES2/
Dgl2.h238 #define GL_CURRENT_PROGRAM 0x8B8D macro

12345678910>>...15