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

/external/deqp/modules/gles3/functional/
H A Des3fNegativeStateApiTests.cpp578 glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
579 m_log << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << " (expected 1)." << TestLog::EndMessage;
582 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.");
605 glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
606 m_log << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << " (expected 1)." << TestLog::EndMessage;
609 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.");
667 glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
668 m_log << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << TestLog::EndMessage;
H A Des3fNegativeShaderApiTests.cpp724 glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
727 m_log << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << TestLog::EndMessage;
H A Des3fShaderStateQueryTests.cpp1716 verifyProgramParam (m_testCtx, *this, program, GL_ACTIVE_UNIFORM_BLOCKS, 2);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeStateApiTests.cpp589 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
590 ctx.getLog() << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << " (expected 1)." << TestLog::EndMessage;
593 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.");
617 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
618 ctx.getLog() << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << " (expected 1)." << TestLog::EndMessage;
621 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.");
681 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
682 ctx.getLog() << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << TestLog::EndMessage;
H A Des31fNegativeShaderApiTests.cpp755 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
758 ctx.getLog() << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << TestLog::EndMessage;
/external/deqp/framework/opengl/
H A DgluStrUtil.inl120 case GL_ACTIVE_UNIFORM_BLOCKS: return "GL_ACTIVE_UNIFORM_BLOCKS";
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshaderapi.c593 case GL_ACTIVE_UNIFORM_BLOCKS:
/external/mesa3d/src/mesa/main/
H A Dshaderapi.c593 case GL_ACTIVE_UNIFORM_BLOCKS:
/external/chromium_org/third_party/angle/include/GLES3/
H A Dgl3.h732 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 macro
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp1173 gl.getProgramiv(program, GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl787 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DlibGLESv2.cpp2465 case GL_ACTIVE_UNIFORM_BLOCKS:
2507 case GL_ACTIVE_UNIFORM_BLOCKS:
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglext.h765 /* reuse GL_ACTIVE_UNIFORM_BLOCKS */
2118 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 macro
/external/mesa3d/include/GL/
H A Dglext.h765 /* reuse GL_ACTIVE_UNIFORM_BLOCKS */
2118 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 macro
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3493 milliseconds