Searched refs:reportedTypeGL (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1279 GLenum reportedTypeGL = GL_NONE; local
1281 GLU_CHECK_CALL(glGetActiveUniform(programGL, (GLuint)unifNdx, (GLsizei)uniformMaxNameLength, &reportedNameLength, &reportedSize, &reportedTypeGL, &nameBuffer[0]));
1283 const glu::DataType reportedType = glu::getDataTypeFromGLType(reportedTypeGL);
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1476 GLenum reportedTypeGL = GL_NONE; local
1478 GLU_CHECK_CALL(glGetActiveUniform(programGL, (GLuint)unifNdx, (GLsizei)uniformMaxNameLength, &reportedNameLength, &reportedSize, &reportedTypeGL, &nameBuffer[0]));
1480 const glu::DataType reportedType = glu::getDataTypeFromGLType(reportedTypeGL);

Completed in 809 milliseconds