/external/angle/src/tests/gl_tests/ |
D | TransformFeedbackTest.cpp | 75 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 …]
|
D | ProgramPipelineTest.cpp | 150 const std::vector<std::string> &tfVaryings, in bindProgramPipelineWithXFBVaryings() 796 std::vector<std::string> tfVaryings; in TEST_P() local
|
D | ProvokingVertexTest.cpp | 59 std::vector<std::string> tfVaryings; in testSetUp() local
|
D | StateChangeTest.cpp | 419 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
|
D | ProgramInterfaceTest.cpp | 1219 std::vector<std::string> tfVaryings; in TEST_P() local
|
D | MultiviewDrawTest.cpp | 747 std::vector<std::string> tfVaryings; in TEST_P() local
|
D | MultisampledRenderToTextureTest.cpp | 759 std::vector<std::string> tfVaryings = {"gl_Position"}; in TEST_P() local
|
D | MemoryBarrierTest.cpp | 1704 const std::vector<std::string> &tfVaryings = {"gl_Position"}; in createXfbVerifyProgram() local
|
D | GLSLTest.cpp | 1851 std::vector<std::string> tfVaryings = {"gl_Position", "gl_PointSize"}; in TEST_P() local
|
/external/angle/src/tests/test_utils/ |
D | gl_raii.h | 198 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/ |
D | glcSeparableProgramsTransformFeedbackTests.cpp | 70 const GLchar* const* tfVaryings; member
|
/external/angle/src/libANGLE/ |
D | VaryingPacking.cpp | 822 const std::vector<std::string> &tfVaryings, in collectAndPackUserVaryings() 1005 const std::vector<std::string> &tfVaryings, in collectAndPackUserVaryings()
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.cpp | 427 std::vector<const char*> tfVaryings(sources.transformFeedbackVaryings.size()); in init() local
|
/external/angle/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.cpp | 518 const std::vector<gl::TransformFeedbackVarying> &tfVaryings = in AssignTransformFeedbackQualifiers() local 4827 const std::vector<gl::TransformFeedbackVarying> &tfVaryings = in GlslangAssignTransformFeedbackLocations() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 1518 vector<string> tfVaryings(de::min((int)tfCandidates.size(), maxTransformFeedbackVars)); in init() local
|