Searched refs:activeProgram (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| D | ANGLETest.cpp | 1011 GLint activeProgram = 0; in drawQuadPPO() local 1012 glGetIntegerv(GL_CURRENT_PROGRAM, &activeProgram); in drawQuadPPO() 1013 if (activeProgram) in drawQuadPPO() 1038 if (activeProgram) in drawQuadPPO() 1040 glUseProgram(static_cast<GLuint>(activeProgram)); in drawQuadPPO() 1080 GLint activeProgram = 0; in drawIndexedQuad() local 1081 glGetIntegerv(GL_CURRENT_PROGRAM, &activeProgram); in drawIndexedQuad() 1082 if (static_cast<GLuint>(activeProgram) != program) in drawIndexedQuad() 1128 if (static_cast<GLuint>(activeProgram) != program) in drawIndexedQuad() 1130 glUseProgram(static_cast<GLuint>(activeProgram)); in drawIndexedQuad() [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
| D | ANGLETest.cpp | 827 GLint activeProgram = 0; in drawIndexedQuad() local 828 glGetIntegerv(GL_CURRENT_PROGRAM, &activeProgram); in drawIndexedQuad() 829 if (static_cast<GLuint>(activeProgram) != program) in drawIndexedQuad() 875 if (static_cast<GLuint>(activeProgram) != program) in drawIndexedQuad() 877 glUseProgram(static_cast<GLuint>(activeProgram)); in drawIndexedQuad() 959 GLint activeProgram = 0; in draw3DTexturedQuad() local 960 glGetIntegerv(GL_CURRENT_PROGRAM, &activeProgram); in draw3DTexturedQuad() 961 if (static_cast<GLuint>(activeProgram) != program) in draw3DTexturedQuad() 969 if (static_cast<GLuint>(activeProgram) != program) in draw3DTexturedQuad() 971 glUseProgram(static_cast<GLuint>(activeProgram)); in draw3DTexturedQuad()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| D | es31cSeparateShaderObjsTests.cpp | 1567 glw::GLuint activeProgram = 0; in setAndCompareUniforms() local 1570 gl.getProgramPipelineiv(pipeline, GL_ACTIVE_PROGRAM, (int*)&activeProgram); in setAndCompareUniforms() 1572 if ((activeProgram != 0) && ((activeProgram == programA) || (activeProgram == programB))) in setAndCompareUniforms() 1576 location = (activeProgram == programA) ? locationA : locationB; in setAndCompareUniforms() 1619 gl.getUniformiv(activeProgram, location[i], (int*)&retVal[0]); in setAndCompareUniforms() 1623 gl.getUniformuiv(activeProgram, location[i], &retVal[0]); in setAndCompareUniforms() 1627 gl.getUniformfv(activeProgram, location[i], (float*)&retVal[0]); in setAndCompareUniforms() 1812 glw::GLuint activeProgram = 0; in setAndCompareMatrixUniforms() local 1815 gl.getProgramPipelineiv(pipeline, GL_ACTIVE_PROGRAM, (int*)&activeProgram); in setAndCompareMatrixUniforms() 1817 if ((activeProgram != 0) && ((activeProgram == programA) || (activeProgram == programB))) in setAndCompareMatrixUniforms() [all …]
|