Home
last modified time | relevance | path

Searched refs:transform_feedback_outputs (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBooleanStateQueryTests.cpp606 const char* transform_feedback_outputs = "gl_Position"; in test() local
607 glTransformFeedbackVaryings(shaderProg, 1, &transform_feedback_outputs, GL_INTERLEAVED_ATTRIBS); in test()
H A Des3fShaderStateQueryTests.cpp1994 const char* transform_feedback_outputs[] = {"gl_Position", "tfOutput2withLongName"}; in test() local
1995 const char* longest_output = transform_feedback_outputs[1]; in test()
2000 glTransformFeedbackVaryings(shaderProg, DE_LENGTH_OF_ARRAY(transform_feedback_outputs), transform_feedback_outputs, bufferModes[ndx]); in test()
H A Des3fIntegerStateQueryTests.cpp2002 const char* transform_feedback_outputs = "gl_Position"; in test() local
2008 gl.glTransformFeedbackVaryings(shaderProg, 1, &transform_feedback_outputs, GL_INTERLEAVED_ATTRIBS); in test()

Completed in 21 milliseconds