Lines Matching refs:glu
102 void verifyShaderParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint shader, GLenum pname, GLenum reference)
111 bool verifyProgramParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLenum pname, GLenum reference)
119 void verifyActiveUniformParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLuint index, GLenum pname, GLenum reference)
128 void verifyActiveUniformBlockParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLuint blockIndex, GLenum pname, GLenum reference)
137 void verifyCurrentVertexAttribf (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
157 void verifyCurrentVertexAttribIi (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLint index, GLint x, GLint y, GLint z, GLint w)
177 void verifyCurrentVertexAttribIui (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLint index, GLuint x, GLuint y, GLuint z, GLuint w)
197 void verifyCurrentVertexAttribConversion (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
248 void verifyVertexAttrib (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLint index, GLenum pname, GLenum reference)
257 void verifyUniformValue1f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x)
282 void verifyUniformValue2f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y)
310 void verifyUniformValue3f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y, float z)
341 void verifyUniformValue4f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, float x, float y, float z, float w)
375 void verifyUniformValue1i (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLint x)
400 void verifyUniformValue2i (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLint x, GLint y)
428 void verifyUniformValue3i (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLint x, GLint y, GLint z)
459 void verifyUniformValue4i (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w)
493 void verifyUniformValue1ui (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLuint x)
518 void verifyUniformValue2ui (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLuint x, GLuint y)
546 void verifyUniformValue3ui (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLuint x, GLuint y, GLuint z)
577 void verifyUniformValue4ui (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, GLuint x, GLuint y, GLuint z, GLuint w)
612 void verifyUniformValues (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, const GLfloat* values)
635 void verifyUniformMatrixValues (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, const GLfloat* values, bool transpose)
2192 const glu::ContextType& contextType = m_context.getRenderContext().getType();
2193 const bool isCoreGL45 = glu::contextSupports(contextType, glu::ApiType::core(4, 5));
2261 const glu::ContextType& contextType = m_context.getRenderContext().getType();
2262 const bool isCoreGL45 = glu::contextSupports(contextType, glu::ApiType::core(4, 5));
2371 const glu::ContextType& contextType = m_context.getRenderContext().getType();
2372 const bool isCoreGL45 = glu::contextSupports(contextType, glu::ApiType::core(4, 5));
2490 const glu::ContextType& contextType = m_context.getRenderContext().getType();
2491 const bool isCoreGL45 = glu::contextSupports(contextType, glu::ApiType::core(4, 5));
2605 const glu::ContextType& contextType = m_context.getRenderContext().getType();
2606 const bool isCoreGL45 = glu::contextSupports(contextType, glu::ApiType::core(4, 5));
2717 const glu::ContextType& contextType = m_context.getRenderContext().getType();
2718 const bool isCoreGL45 = glu::contextSupports(contextType, glu::ApiType::core(4, 5));
2776 const glu::ContextType& contextType = m_context.getRenderContext().getType();
2777 const bool isCoreGL45 = glu::contextSupports(contextType, glu::ApiType::core(4, 5));
2835 const glu::ContextType& contextType = m_context.getRenderContext().getType();
2836 const bool isCoreGL45 = glu::contextSupports(contextType, glu::ApiType::core(4, 5));
2911 const glu::ContextType& contextType = m_context.getRenderContext().getType();
2912 const bool isCoreGL45 = glu::contextSupports(contextType, glu::ApiType::core(4, 5));
2968 glVertexAttribPointer(0, 4, GL_FLOAT, GL_FALSE, 0, glu::BufferOffsetAsPointer(8));
2974 glVertexAttribPointer(0, 4, GL_FLOAT, GL_FALSE, 0, glu::BufferOffsetAsPointer(4));
2982 checkPointerEquals(m_testCtx, state, glu::BufferOffsetAsPointer(4));
2992 checkPointerEquals(m_testCtx, state, glu::BufferOffsetAsPointer(8));