Searched refs:uniformName (Results 1 - 19 of 19) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Duniforms.c768 GLchar *uniformName)
797 if (uniformName) {
798 _mesa_copy_string(uniformName, bufSize, length,
766 _mesa_GetActiveUniformName(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) argument
/external/deqp/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp218 const std::string& uniformName);
265 const std::string& uniformName)
270 , m_uniformName (uniformName)
594 const std::string& uniformName);
631 const std::string& uniformName)
641 , m_uniformName (uniformName)
256 LayoutBindingRenderCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GLenum maxBindingPointEnum, glw::GLenum maxVertexUnitsEnum, glw::GLenum maxFragmentUnitsEnum, glw::GLenum maxCombinedUnitsEnum, const std::string& uniformName) argument
621 LayoutBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum maxBindingPointEnum, glw::GLenum maxVertexUnitsEnum, glw::GLenum maxFragmentUnitsEnum, glw::GLenum maxCombinedUnitsEnum, const std::string& uniformName) argument
H A Des31fSeparateShaderTests.cpp1027 const string& uniformName,
1167 const string& uniformName,
1172 const GLint location = glGetUniformLocation(progName, uniformName.c_str());
1175 msg << "// Set program " << progName << "'s uniform '" << uniformName << "' to " << value;
H A Des31fNegativeStateApiTests.cpp958 const GLchar* uniformName = "Block.blockVar"; local
967 ctx.glGetUniformIndices(shader, 1, &uniformName, &uniformIndices);
972 ctx.glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices);
/external/deqp/modules/gles3/functional/
H A Des3fNegativeStateApiTests.cpp665 const GLchar* uniformName = "Block.blockVar";
673 glGetUniformIndices(shader, 1, &uniformName, &uniformIndices);
679 glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices);
H A Des3fUniformApiTests.cpp1661 const string& uniformName = uniformResult.name; local
1662 const vector<BasicUniformReportGL>::const_iterator uniformsivResultIt = BasicUniformReportGL::findWithName(uniformsivResults, uniformName.c_str());
1668 log << TestLog::Message << "// Checking uniform " << uniformName << TestLog::EndMessage;
1672 log << TestLog::Message << "// FAILURE: glGetActiveUniform() and glGetUniformIndices() gave different indices for uniform " << uniformName << TestLog::EndMessage;
1677 log << TestLog::Message << "// FAILURE: glGetActiveUniform() and glGetActiveUniformsiv() gave incompatible name lengths for uniform " << uniformName << TestLog::EndMessage;
1682 log << TestLog::Message << "// FAILURE: glGetActiveUniform() and glGetActiveUniformsiv() gave different sizes for uniform " << uniformName << TestLog::EndMessage;
1687 log << TestLog::Message << "// FAILURE: glGetActiveUniform() and glGetActiveUniformsiv() gave different types for uniform " << uniformName << TestLog::EndMessage;
1693 log << TestLog::Message << "// FAILURE: uniform " << uniformName << " was reported active by glGetActiveUniform() but not by glGetUniformIndices()" << TestLog::EndMessage;
/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1263 const std::string uniformName(buffer, bufferEnd);
1268 if (uniformName == uniformNames[uniformNdx])
1277 m_testCtx.getLog() << TestLog::Message << "// ERROR: Got unknown uniform name: " << uniformName << TestLog::EndMessage;
/external/opencv3/modules/core/src/
H A Dgl_core_3_1.cpp2317 static void CODEGEN_FUNCPTR Switch_GetActiveUniformName(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) argument
2320 GetActiveUniformName(program, uniformIndex, bufSize, length, uniformName);
H A Dgl_core_3_1.hpp1344 extern void (CODEGEN_FUNCPTR *GetActiveUniformName)(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl1402 void CallLogWrapper::glGetActiveUniformName (glw::GLuint program, glw::GLuint uniformIndex, glw::GLsizei bufSize, glw::GLsizei *length, glw::GLchar *uniformName)
1405 m_log << TestLog::Message << "glGetActiveUniformName(" << program << ", " << uniformIndex << ", " << bufSize << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(length))) << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(uniformName))) << ");" << TestLog::EndMessage;
1406 m_gl.getActiveUniformName(program, uniformIndex, bufSize, length, uniformName);
H A DgluCallLogWrapperApi.inl199 void glGetActiveUniformName (glw::GLuint program, glw::GLuint uniformIndex, glw::GLsizei bufSize, glw::GLsizei *length, glw::GLchar *uniformName);
/external/deqp/framework/opengl/wrapper/
H A DglwApi.inl859 void glwGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);
H A DglwFunctionTypes.inl199 typedef GLW_APICALL void (GLW_APIENTRY* glGetActiveUniformNameFunc) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);
H A DglwImpl.inl1551 void glwGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName)
1556 gl->getActiveUniformName(program, uniformIndex, bufSize, length, uniformName);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextFuncs.inl1565 GLW_APICALL void GLW_APIENTRY glGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName)
1571 DE_UNREF(uniformName);
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...
/external/libgdx/backends/gdx-backend-lwjgl/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/input/ org/lwjgl/openal/ org/ ...
/external/mesa3d/include/GL/
H A Dglext.h7752 GLAPI void APIENTRY glGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);
7760 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMNAMEPROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
H A Dglew.h5316 typedef void (GLAPIENTRY * PFNGLGETACTIVEUNIFORMNAMEPROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei* length, char* uniformName);

Completed in 1259 milliseconds