/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleGetActiveUniformTests.cpp | 291 gl.getProgramiv(po_id, GL_ACTIVE_UNIFORM_MAX_LENGTH, &max_active_uniform_length); in iterate() 292 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetProgramiv() call (GL_ACTIVE_UNIFORM_MAX_LENGTH) failed."); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | UniformBufferTest.cpp | 359 glGetProgramiv(program, GL_ACTIVE_UNIFORM_MAX_LENGTH, &maxLength); in TEST_P() 438 glGetProgramiv(program.get(), GL_ACTIVE_UNIFORM_MAX_LENGTH, &maxLength); in TEST_P()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 172 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 234 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2.h | 215 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 382 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2.h | 234 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2.h | 234 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2.h | 215 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSRGBDecodeTests.cpp | 646 gl.getProgramiv(this->getHandle(), GL_ACTIVE_UNIFORM_MAX_LENGTH, &maxLen); in SRGBTestProgram()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderapi.c | 820 case GL_ACTIVE_UNIFORM_MAX_LENGTH: { in get_programiv()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGlSpirvTests.cpp | 768 gl.getProgramiv(program.getProgram(), GL_ACTIVE_UNIFORM_MAX_LENGTH, &programState[1]); in iterate()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderStateQueryTests.cpp | 1237 verifyProgramParam(m_testCtx, *this, program, GL_ACTIVE_UNIFORM_MAX_LENGTH, (GLint)std::string("uniformNameWithLength23").length() + 1); // including a null terminator in test()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 234 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
H A D | gl3.h | 234 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 215 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
H A D | gl31.h | 215 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 1319 case GL_ACTIVE_UNIFORM_MAX_LENGTH: in QueryProgramiv()
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 234 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 234 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
H A D | gl31.h | 236 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3.h | 215 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
H A D | gl31.h | 215 #define GL_ACTIVE_UNIFORM_MAX_LENGTH 0x8B87 macro
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderStateQueryTests.cpp | 1529 verifyProgramParam(m_testCtx, *this, program, GL_ACTIVE_UNIFORM_MAX_LENGTH, (GLint)std::string("uniformNameWithLength23").length() + 1); // including a null terminator in test()
|
H A D | es3fUniformApiTests.cpp | 1458 GLU_CHECK_CALL(glGetProgramiv(programGL, GL_ACTIVE_UNIFORM_MAX_LENGTH, &uniformMaxNameLength)); in getActiveUniforms()
|