Home
last modified time | relevance | path

Searched refs:uniformName (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/main/
Duniforms.c768 GLchar *uniformName) in _mesa_GetActiveUniformName() argument
797 if (uniformName) { in _mesa_GetActiveUniformName()
798 _mesa_copy_string(uniformName, bufSize, length, in _mesa_GetActiveUniformName()
/external/deqp/modules/gles31/functional/
Des31fLayoutBindingTests.cpp218 const std::string& uniformName);
265 const std::string& uniformName) in LayoutBindingRenderCase() argument
270 , m_uniformName (uniformName) in LayoutBindingRenderCase()
594 const std::string& uniformName);
631 const std::string& uniformName) in LayoutBindingNegativeCase() argument
641 , m_uniformName (uniformName) in LayoutBindingNegativeCase()
Des31fSeparateShaderTests.cpp1027 const string& uniformName,
1167 const string& uniformName, in setUniform() argument
1172 const GLint location = glGetUniformLocation(progName, uniformName.c_str()); in setUniform()
1175 msg << "// Set program " << progName << "'s uniform '" << uniformName << "' to " << value; in setUniform()
Des31fNegativeStateApiTests.cpp958 const GLchar* uniformName = "Block.blockVar"; in get_uniform_indices() local
967 ctx.glGetUniformIndices(shader, 1, &uniformName, &uniformIndices); in get_uniform_indices()
972 ctx.glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices); in get_uniform_indices()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp1661 const string& uniformName = uniformResult.name; in uniformVsUniformsivComparison() local
1662 …or uniformsivResultIt = BasicUniformReportGL::findWithName(uniformsivResults, uniformName.c_str()); in uniformVsUniformsivComparison()
1668 log << TestLog::Message << "// Checking uniform " << uniformName << TestLog::EndMessage; in uniformVsUniformsivComparison()
1672 …rm() and glGetUniformIndices() gave different indices for uniform " << uniformName << TestLog::End… in uniformVsUniformsivComparison()
1677 …lGetActiveUniformsiv() gave incompatible name lengths for uniform " << uniformName << TestLog::End… in uniformVsUniformsivComparison()
1682 …rm() and glGetActiveUniformsiv() gave different sizes for uniform " << uniformName << TestLog::End… in uniformVsUniformsivComparison()
1687 …rm() and glGetActiveUniformsiv() gave different types for uniform " << uniformName << TestLog::End… in uniformVsUniformsivComparison()
1693 …log << TestLog::Message << "// FAILURE: uniform " << uniformName << " was reported active by glGet… in uniformVsUniformsivComparison()
Des3fNegativeStateApiTests.cpp665 const GLchar* uniformName = "Block.blockVar"; in init()
673 glGetUniformIndices(shader, 1, &uniformName, &uniformIndices); in init()
679 glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices); in init()
/external/deqp/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp1263 const std::string uniformName(buffer, bufferEnd); in test() local
1268 if (uniformName == uniformNames[uniformNdx]) in test()
1277 …Log() << TestLog::Message << "// ERROR: Got unknown uniform name: " << uniformName << TestLog::End… in test()
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl1565 …rmName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) argument
1571 DE_UNREF(uniformName);
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl1402 …am, glw::GLuint uniformIndex, glw::GLsizei bufSize, glw::GLsizei *length, glw::GLchar *uniformName) argument
1405 … << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(uniformName))) << ");" << T…
1406 m_gl.getActiveUniformName(program, uniformIndex, bufSize, length, uniformName);
DgluCallLogWrapperApi.inl199 …m, glw::GLuint uniformIndex, glw::GLsizei bufSize, glw::GLsizei *length, glw::GLchar *uniformName);
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl1551 …rmName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) argument
1556 gl->getActiveUniformName(program, uniformIndex, bufSize, length, uniformName);
DglwApi.inl859 … (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);
DglwFunctionTypes.inl199 … (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);
/external/mesa3d/include/GL/
Dglext.h7752 …mName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);
7760 …PROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglew.h5316 …MEPROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei* length, char* uniformName);