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

/external/deqp/modules/gles3/functional/
H A Des3fNegativeStateApiTests.cpp579 glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
580 m_log << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << " (expected 1)." << TestLog::EndMessage;
583 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if uniformBlockIndex is greater than or equal to the value of GL_ACTIVE_UNIFORM_BLOCKS or is not the index of an active uniform block in program.");
606 glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
607 m_log << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << " (expected 1)." << TestLog::EndMessage;
610 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if uniformBlockIndex is greater than or equal to the value of GL_ACTIVE_UNIFORM_BLOCKS or is not the index of an active uniform block in program.");
668 glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
669 m_log << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << TestLog::EndMessage;
H A Des3fNegativeShaderApiTests.cpp729 glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
732 m_log << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << TestLog::EndMessage;
H A Des3fShaderStateQueryTests.cpp1780 verifyProgramParam (m_testCtx, *this, program, GL_ACTIVE_UNIFORM_BLOCKS, 2);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeStateApiTests.cpp867 ctx.glGetProgramiv(program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
868 ctx.getLog() << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << " (expected 1)." << TestLog::EndMessage;
881 ctx.beginSection("GL_INVALID_VALUE is generated if uniformBlockIndex is greater than or equal to the value of GL_ACTIVE_UNIFORM_BLOCKS or is not the index of an active uniform block in program.");
906 ctx.glGetProgramiv(program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
907 ctx.getLog() << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << " (expected 1)." << TestLog::EndMessage;
920 ctx.beginSection("GL_INVALID_VALUE is generated if uniformBlockIndex is greater than or equal to the value of GL_ACTIVE_UNIFORM_BLOCKS or is not the index of an active uniform block in program.");
980 ctx.glGetProgramiv(program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
981 ctx.getLog() << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << TestLog::EndMessage;
H A Des31fNegativeShaderApiTests.cpp950 ctx.glGetProgramiv(program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
953 ctx.getLog() << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << TestLog::EndMessage;
/external/deqp/framework/opengl/
H A DgluStrUtil.inl123 case GL_ACTIVE_UNIFORM_BLOCKS: return "GL_ACTIVE_UNIFORM_BLOCKS";
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
H A Dgl3.h734 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 macro
/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp1113 gl.getProgramiv(program, GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp1173 gl.getProgramiv(program, GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
/external/mesa3d/src/mesa/main/
H A Dshaderapi.c770 case GL_ACTIVE_UNIFORM_BLOCKS:
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl891 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36
/external/mesa3d/include/GLES3/
H A Dgl3.h923 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 macro
H A Dgl31.h923 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 macro
H A Dgl32.h923 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 macro
/external/swiftshader/include/GLES3/
H A Dgl3.h927 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 macro
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp3141 case GL_ACTIVE_UNIFORM_BLOCKS:
/external/mesa3d/include/GL/
H A Dglcorearb.h1450 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 macro
H A Dglext.h1337 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 macro
/external/swiftshader/include/GL/
H A Dglcorearb.h1450 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 macro
H A Dglext.h1337 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 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/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 494 milliseconds