Home
last modified time | relevance | path

Searched defs:tfVaryings (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/tests/gl_tests/
DTransformFeedbackTest.cpp75 void compileDefaultProgram(const std::vector<std::string> &tfVaryings, GLenum bufferMode) in compileDefaultProgram()
95 std::vector<std::string> tfVaryings; in TEST_P() local
140 std::vector<std::string> tfVaryings; in TEST_P() local
224 std::vector<std::string> tfVaryings; in TEST_P() local
305 std::vector<std::string> tfVaryings; in TEST_P() local
435 std::vector<std::string> tfVaryings; in TEST_P() local
487 std::vector<std::string> tfVaryings; in midRecordOpDoesNotContributeTest() local
687 std::vector<std::string> tfVaryings; in TEST_P() local
824 std::vector<std::string> tfVaryings; in TEST_P() local
897 std::vector<std::string> tfVaryings; in TEST_P() local
[all …]
DProgramPipelineTest.cpp150 const std::vector<std::string> &tfVaryings, in bindProgramPipelineWithXFBVaryings()
796 std::vector<std::string> tfVaryings; in TEST_P() local
DProvokingVertexTest.cpp59 std::vector<std::string> tfVaryings; in testSetUp() local
DStateChangeTest.cpp419 std::vector<std::string> tfVaryings = {"gl_Position"}; in TEST_P() local
1239 std::vector<std::string> tfVaryings = {"valueOut"}; in TEST_P() local
4537 std::vector<std::string> tfVaryings = {"gl_Position"}; in TEST_P() local
5525 std::vector<std::string> tfVaryings = {"gl_Position"}; in TEST_P() local
5630 std::vector<std::string> tfVaryings = {"gl_Position"}; in TEST_P() local
5684 std::vector<std::string> tfVaryings = {"gl_Position"}; in TEST_P() local
DProgramInterfaceTest.cpp1219 std::vector<std::string> tfVaryings; in TEST_P() local
DMultiviewDrawTest.cpp747 std::vector<std::string> tfVaryings; in TEST_P() local
DMultisampledRenderToTextureTest.cpp759 std::vector<std::string> tfVaryings = {"gl_Position"}; in TEST_P() local
DMemoryBarrierTest.cpp1704 const std::vector<std::string> &tfVaryings = {"gl_Position"}; in createXfbVerifyProgram() local
DGLSLTest.cpp1851 std::vector<std::string> tfVaryings = {"gl_Position", "gl_PointSize"}; in TEST_P() local
/external/angle/src/tests/test_utils/
Dgl_raii.h198 const std::vector<std::string> &tfVaryings, in makeRasterWithTransformFeedback()
261 #define ANGLE_GL_PROGRAM_TRANSFORM_FEEDBACK(name, vertex, fragment, tfVaryings, bufferMode) \ argument
/external/deqp/external/openglcts/modules/common/
DglcSeparableProgramsTransformFeedbackTests.cpp70 const GLchar* const* tfVaryings; member
/external/angle/src/libANGLE/
DVaryingPacking.cpp822 const std::vector<std::string> &tfVaryings, in collectAndPackUserVaryings()
1005 const std::vector<std::string> &tfVaryings, in collectAndPackUserVaryings()
/external/deqp/framework/opengl/
DgluShaderProgram.cpp427 std::vector<const char*> tfVaryings(sources.transformFeedbackVaryings.size()); in init() local
/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp518 const std::vector<gl::TransformFeedbackVarying> &tfVaryings = in AssignTransformFeedbackQualifiers() local
4827 const std::vector<gl::TransformFeedbackVarying> &tfVaryings = in GlslangAssignTransformFeedbackLocations() local
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp1518 vector<string> tfVaryings(de::min((int)tfCandidates.size(), maxTransformFeedbackVars)); in init() local