Home
last modified time | relevance | path

Searched refs:GL_ACTIVE_VARIABLES (Results 1 - 25 of 27) sorted by relevance

12

/third_party/vk-gl-cts/framework/opengl/
H A DgluProgramInterfaceQuery.cpp68 const deUint32 queryParam = GL_ACTIVE_VARIABLES; in getProgramInterfaceActiveVariables()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DProgramInterfaceTest.cpp565 GL_ACTIVE_VARIABLES,
596 // bufSize is reached in middle of outputting values for GL_ACTIVE_VARIABLES.
597 GLenum actvieVariablesProperty = GL_ACTIVE_VARIABLES;
1089 GLenum props[] = {GL_ACTIVE_VARIABLES,
1163 GLenum atomicProps[] = {GL_ACTIVE_VARIABLES,
/third_party/mesa3d/src/mesa/main/
H A Dshader_query.cpp1314 case GL_ACTIVE_VARIABLES: { in get_buffer_property()
1356 case GL_ACTIVE_VARIABLES: { in get_buffer_property()
1386 case GL_ACTIVE_VARIABLES: in get_buffer_property()
1409 case GL_ACTIVE_VARIABLES: in get_buffer_property()
1548 case GL_ACTIVE_VARIABLES: in _mesa_program_resource_prop()
H A Duniforms.c1271 _mesa_program_resource_prop(shProg, res, index, GL_ACTIVE_VARIABLES, in mesa_bufferiv()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp609 GL_ACTIVE_VARIABLES }; in VerifyCompute()
1445 GLenum prop = GL_ACTIVE_VARIABLES; in Run()
1461 << "\nCall: glGetProgramResourceiv, property: GL_ACTIVE_VARIABLES interface: GL_UNIFORM_BLOCK" in Run()
1470 << "Call: glGetProgramResourceiv, property: GL_ACTIVE_VARIABLES interface: GL_UNIFORM_BLOCK" in Run()
1489 << "\nCall: glGetProgramResourceiv, property: GL_ACTIVE_VARIABLES interface: GL_UNIFORM_BLOCK" in Run()
1498 << "Call: glGetProgramResourceiv, property: GL_ACTIVE_VARIABLES interface: GL_UNIFORM_BLOCK" in Run()
1852 GLenum props[] = { GL_BUFFER_BINDING, GL_BUFFER_DATA_SIZE, GL_NUM_ACTIVE_VARIABLES, GL_ACTIVE_VARIABLES }; in Run()
1870 GLenum prop2 = GL_ACTIVE_VARIABLES; in Run()
2007 GLenum prop2 = GL_ACTIVE_VARIABLES; in Run()
2460 GLenum prop = GL_ACTIVE_VARIABLES; in Run()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp1735 GLenum prop = GL_ACTIVE_VARIABLES; in Run()
1751 << "\nCall: glGetProgramResourceiv, property: GL_ACTIVE_VARIABLES interface: GL_UNIFORM_BLOCK" in Run()
1760 << "Call: glGetProgramResourceiv, property: GL_ACTIVE_VARIABLES interface: GL_UNIFORM_BLOCK\n" in Run()
1779 << "\nCall: glGetProgramResourceiv, property: GL_ACTIVE_VARIABLES interface: GL_UNIFORM_BLOCK" in Run()
1788 << "Call: glGetProgramResourceiv, property: GL_ACTIVE_VARIABLES interface: GL_UNIFORM_BLOCK" in Run()
1982 GLenum props[] = { GL_BUFFER_BINDING, GL_BUFFER_DATA_SIZE, GL_NUM_ACTIVE_VARIABLES, GL_ACTIVE_VARIABLES }; in Run()
2000 GLenum prop2 = GL_ACTIVE_VARIABLES; in Run()
2020 << tcu::TestLog::Message << "GL_ACTIVE_VARIABLES ok for 1st ATOMIC_COUNTER_BUFFER" in Run()
3142 GLenum prop = GL_ACTIVE_VARIABLES; in Run()
3159 << "\nCall: glGetProgramResourceiv, property: GL_ACTIVE_VARIABLES interfac in Run()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES31.cpp75 case GL_ACTIVE_VARIABLES: in ValidateProgramResourceProperty()
129 case GL_ACTIVE_VARIABLES: in ValidateProgramResourcePropertyByInterface()
H A Dqueryutils.cpp978 return GL_ACTIVE_VARIABLES; in GetUniformBlockPropertyEnum()
1009 case GL_ACTIVE_VARIABLES: in GetShaderVariableBufferResourceProperty()
2155 // Most properties return one value, but GL_ACTIVE_VARIABLES returns an array of values. in QueryProgramResourceiv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h1072 #define GL_ACTIVE_VARIABLES 0x9305 macro
/third_party/mesa3d/include/GLES3/
H A Dgl31.h1258 #define GL_ACTIVE_VARIABLES 0x9305 macro
H A Dgl32.h1258 #define GL_ACTIVE_VARIABLES 0x9305 macro
/third_party/openGLES/api/GLES3/
H A Dgl31.h1239 #define GL_ACTIVE_VARIABLES 0x9305 macro
H A Dgl32.h1239 #define GL_ACTIVE_VARIABLES 0x9305 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl31.h1260 #define GL_ACTIVE_VARIABLES 0x9305 macro
H A Dgl32.h1260 #define GL_ACTIVE_VARIABLES 0x9305 macro
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl31.h1239 #define GL_ACTIVE_VARIABLES 0x9305 macro
H A Dgl32.h1239 #define GL_ACTIVE_VARIABLES 0x9305 macro
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1383 const deUint32 queryArg = GL_ACTIVE_VARIABLES; in getGLBufferLayout()
1388 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetProgramResourceiv(GL_SHADER_STORAGE_BLOCK, GL_ACTIVE_VARIABLES) failed"); in getGLBufferLayout()
1391 throw tcu::TestError("glGetProgramResourceiv(GL_SHADER_STORAGE_BLOCK, GL_ACTIVE_VARIABLES) returned wrong number of values"); in getGLBufferLayout()
H A Des31fProgramInterfaceQueryTests.cpp1877 const glw::GLenum props[] = { GL_ACTIVE_VARIABLES };
1882 GLU_EXPECT_NO_ERROR(gl.getError(), "query GL_ACTIVE_VARIABLES");
1886 m_testCtx.getLog() << tcu::TestLog::Message << "Error, Query for GL_ACTIVE_VARIABLES did not return any values" << tcu::TestLog::EndMessage;
1887 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Query for GL_ACTIVE_VARIABLES failed");
1892 m_testCtx.getLog() << tcu::TestLog::Message << "Error, Query for GL_ACTIVE_VARIABLES did not return NUM_ACTIVE_VARIABLES values" << tcu::TestLog::EndMessage;
1893 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Query for GL_ACTIVE_VARIABLES returned invalid number of values");
1898 m_testCtx.getLog() << tcu::TestLog::Message << "Error, GL_ACTIVE_VARIABLES query return buffer trailing guard value was modified, getProgramResourceiv returned more than NUM_ACTIVE_VARIABLES values" << tcu::TestLog::EndMessage;
1899 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Query for GL_ACTIVE_VARIABLES returned too many values");
2398 const glw::GLenum activeVariablesProp = GL_ACTIVE_VARIABLES;
/third_party/mesa3d/include/GL/
H A Dglcorearb.h2435 #define GL_ACTIVE_VARIABLES 0x9305 macro
H A Dglext.h2383 #define GL_ACTIVE_VARIABLES 0x9305 macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h2416 #define GL_ACTIVE_VARIABLES 0x9305 macro
H A Dglext.h2364 #define GL_ACTIVE_VARIABLES 0x9305 macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h2472 #define GL_ACTIVE_VARIABLES 0x9305 macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h2472 #define GL_ACTIVE_VARIABLES 0x9305 macro

Completed in 248 milliseconds

12