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

12

/external/deqp/framework/opengl/
H A DgluStrUtil.inl157 case GL_UNIFORM_NAME_LENGTH: return "GL_UNIFORM_NAME_LENGTH";
/external/mesa3d/src/mesa/main/
H A Duniform_query.cpp88 case GL_UNIFORM_NAME_LENGTH:
H A Dshaderapi.c2499 case GL_UNIFORM_NAME_LENGTH:
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
H A Dgl3.h737 #define GL_UNIFORM_NAME_LENGTH 0x8A39 macro
/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp1168 gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFORM_NAME_LENGTH,
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp1225 gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFORM_NAME_LENGTH, &nameLengths[0]);
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl894 #define GL_UNIFORM_NAME_LENGTH 0x8A39
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderAtomicCountersTests.cpp626 glGetActiveUniformsiv(prog, 1, &uniform_index, GL_UNIFORM_NAME_LENGTH, &param);
630 << tcu::TestLog::Message << "Uniform: " << uniform_name << ": GL_UNIFORM_NAME_LENGTH is " << param
H A Dgl4cShaderSubroutineTests.cpp1364 case GL_UNIFORM_NAME_LENGTH:
1365 string = "GL_UNIFORM_NAME_LENGTH";
3449 { GL_UNIFORM_NAME_LENGTH, 0 },
/external/deqp/external/openglcts/modules/gles31/
H A Des31cShaderAtomicCountersTests.cpp523 glGetActiveUniformsiv(prog, 1, &uniform_index, GL_UNIFORM_NAME_LENGTH, &param);
527 << tcu::TestLog::Message << "Uniform: " << uniform_name << ": GL_UNIFORM_NAME_LENGTH is " << param
/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp1548 glGetActiveUniformsiv(program, 1, &uniformIndex, GL_UNIFORM_NAME_LENGTH, &uniformNameLen);
H A Des3fUniformApiTests.cpp1582 GLU_CHECK_CALL(glGetActiveUniformsiv(programGL, (GLsizei)validUniformIndices.size(), &validUniformIndices[0], GL_UNIFORM_NAME_LENGTH, &uniformNameLengthBuf[0]));
/external/mesa3d/include/GLES3/
H A Dgl3.h926 #define GL_UNIFORM_NAME_LENGTH 0x8A39 macro
H A Dgl31.h926 #define GL_UNIFORM_NAME_LENGTH 0x8A39 macro
H A Dgl32.h926 #define GL_UNIFORM_NAME_LENGTH 0x8A39 macro
/external/swiftshader/include/GLES3/
H A Dgl3.h930 #define GL_UNIFORM_NAME_LENGTH 0x8A39 macro
/external/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.cpp2858 case GL_UNIFORM_NAME_LENGTH: return static_cast<GLint>(uniform.name.size() + 1 + (uniform.isArray() ? 3 : 0));
H A DlibGLESv3.cpp2505 case GL_UNIFORM_NAME_LENGTH:
/external/mesa3d/include/GL/
H A Dglcorearb.h1453 #define GL_UNIFORM_NAME_LENGTH 0x8A39 macro
H A Dglext.h1340 #define GL_UNIFORM_NAME_LENGTH 0x8A39 macro
/external/swiftshader/include/GL/
H A Dglcorearb.h1453 #define GL_UNIFORM_NAME_LENGTH 0x8A39 macro
H A Dglext.h1340 #define GL_UNIFORM_NAME_LENGTH 0x8A39 macro
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 642 milliseconds

12