/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderStateQueryTests.cpp | 1822 verifyActiveUniformBlockParam(m_testCtx, *this, program, longlongUniformBlockIndex, GL_UNIFORM_BLOCK_NAME_LENGTH, (GLint)std::string("longlongUniformBlockName").length() + 1); // including null-terminator in test() 1823 verifyActiveUniformBlockParam(m_testCtx, *this, program, shortUniformBlockIndex, GL_UNIFORM_BLOCK_NAME_LENGTH, (GLint)std::string("shortUniformBlockName").length() + 1); // including null-terminator in test()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 739 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.cpp | 1122 gl.getActiveUniformBlockiv(program, (deUint32)blockNdx, GL_UNIFORM_BLOCK_NAME_LENGTH, &nameLen); in getGLUniformLayout()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | uniforms.c | 1260 case GL_UNIFORM_BLOCK_NAME_LENGTH: in mesa_bufferiv()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv3.cpp | 2625 case GL_UNIFORM_BLOCK_NAME_LENGTH: in GetActiveUniformBlockiv()
|
H A D | Program.cpp | 427 case GL_UNIFORM_BLOCK_NAME_LENGTH:
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsUniformBlockCase.cpp | 1190 gl.getActiveUniformBlockiv(program, (deUint32)blockNdx, GL_UNIFORM_BLOCK_NAME_LENGTH, &nameLen); in getGLUniformLayout()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 938 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
H A D | gl3.h | 938 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
H A D | gl32.h | 938 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 919 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
H A D | gl31.h | 919 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
H A D | gl32.h | 919 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 971 case GL_UNIFORM_BLOCK_NAME_LENGTH: in GetUniformBlockPropertyEnum()
|
H A D | validationES.cpp | 7634 case GL_UNIFORM_BLOCK_NAME_LENGTH: in ValidateGetActiveUniformBlockivBase()
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 938 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 938 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
H A D | gl31.h | 940 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
H A D | gl32.h | 940 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3.h | 919 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
H A D | gl31.h | 919 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
H A D | gl32.h | 919 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1389 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1461 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1442 #define GL_UNIFORM_BLOCK_NAME_LENGTH 0x8A41 macro
|