/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ProvokingVertexTest.cpp | 59 std::vector<std::string> tfVaryings; variable
|
H A D | ProgramPipelineTest.cpp | 845 std::vector<std::string> tfVaryings; in TEST_P() local 148 bindProgramPipelineWithXFBVaryings( const GLchar *vertString, const GLchar *fragString, const std::vector<std::string> &tfVaryings, GLenum bufferMode) bindProgramPipelineWithXFBVaryings() argument
|
H A D | TransformFeedbackTest.cpp | 75 void compileDefaultProgram(const std::vector<std::string> &tfVaryings, GLenum bufferMode) in compileDefaultProgram() argument 101 std::vector<std::string> tfVaryings; in TEST_P() local 176 std::vector<std::string> tfVaryings; in TEST_P() local 222 std::vector<std::string> tfVaryings; in TEST_P() local 260 std::vector<std::string> tfVaryings; TEST_P() local 341 std::vector<std::string> tfVaryings; TEST_P() local 420 std::vector<std::string> tfVaryings; TEST_P() local 547 std::vector<std::string> tfVaryings; TEST_P() local 599 std::vector<std::string> tfVaryings; midRecordOpDoesNotContributeTest() local 792 std::vector<std::string> tfVaryings; TEST_P() local 929 std::vector<std::string> tfVaryings; TEST_P() local 1002 std::vector<std::string> tfVaryings; TEST_P() local 1082 std::vector<std::string> tfVaryings; TEST_P() local 1213 std::vector<std::string> tfVaryings; TEST_P() local 1348 std::vector<std::string> tfVaryings; TEST_P() local 1444 std::vector<std::string> tfVaryings; TEST_P() local 1482 std::vector<std::string> tfVaryings; TEST_P() local 1551 std::vector<std::string> tfVaryings; TEST_P() local 1613 std::vector<std::string> tfVaryings; TEST_P() local 1667 std::vector<std::string> tfVaryings; global() variable 1762 std::vector<std::string> tfVaryings; TEST_P() local 1791 std::vector<std::string> tfVaryings; TEST_P() local 1821 std::vector<std::string> tfVaryings; TEST_P() local 1854 std::vector<std::string> tfVaryings; TEST_P() local 1929 std::vector<std::string> tfVaryings; TEST_P() local 1998 std::vector<std::string> tfVaryings; TEST_P() local 2038 std::vector<std::string> tfVaryings; TEST_P() local 2097 std::vector<std::string> tfVaryings; TEST_P() local 2112 std::vector<std::string> tfVaryings; TEST_P() local 2145 std::vector<std::string> tfVaryings; TEST_P() local 2215 std::vector<std::string> tfVaryings; TEST_P() local 2249 std::vector<std::string> tfVaryings; TEST_P() local 2304 std::vector<std::string> tfVaryings; TEST_P() local 2381 std::vector<std::string> tfVaryings; TEST_P() local 2421 std::vector<std::string> tfVaryings; setupOverrunTest() local 2623 std::vector<std::string> tfVaryings; TEST_P() local 2721 std::vector<std::string> tfVaryings; TEST_P() local 2805 std::vector<std::string> tfVaryings; TEST_P() local 2882 std::vector<std::string> tfVaryings; TEST_P() local 2962 const std::vector<std::string> tfVaryings = {"v"}; TEST_P() local 3053 std::vector<std::string> tfVaryings; TEST_P() local 3609 std::vector<std::string> tfVaryings = {"VSBlock1.b", "d", "looseVarying"}; TEST_P() local 3708 std::vector<std::string> tfVaryings = {"a", "b", "c"}; TEST_P() local 3769 const std::vector<std::string> tfVaryings = {"varyingAttrib"}; TEST_P() local 3819 const std::vector<std::string> tfVaryings = {"v"}; TEST_P() local [all...] |
H A D | MultisampledRenderToTextureTest.cpp | 788 std::vector<std::string> tfVaryings = {"gl_Position"}; in TEST_P() local
|
H A D | MultiviewDrawTest.cpp | 747 std::vector<std::string> tfVaryings; in TEST_P() local
|
H A D | MemoryBarrierTest.cpp | 1704 const std::vector<std::string> &tfVaryings = {"gl_Position"}; in createXfbVerifyProgram() local
|
H A 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 [all...] |
H A D | GLSLTest.cpp | 2366 std::vector<std::string> tfVaryings = {"gl_Position", "gl_PointSize"}; in TEST_P() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcSeparableProgramsTransformFeedbackTests.cpp | 70 const GLchar* const* tfVaryings; member
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | gl_raii.h | 203 makeRasterWithTransformFeedback(const char *vertexShader, const char *fragmentShader, const std::vector<std::string> &tfVaryings, GLenum bufferMode) makeRasterWithTransformFeedback() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | VaryingPacking.cpp | 816 collectAndPackUserVaryings(gl::InfoLog &infoLog, GLint maxVaryingVectors, PackMode packMode, ShaderType frontShaderStage, ShaderType backShaderStage, const ProgramMergedVaryings &mergedVaryings, const std::vector<std::string> &tfVaryings, const bool isSeparableProgram) collectAndPackUserVaryings() argument 1000 collectAndPackUserVaryings(InfoLog &infoLog, const Caps &caps, PackMode packMode, const ShaderBitSet &activeShadersMask, const ProgramMergedVaryings &mergedVaryings, const std::vector<std::string> &tfVaryings, bool isSeparableProgram) collectAndPackUserVaryings() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | glslang_wrapper_utils.cpp | 517 const std::vector<gl::TransformFeedbackVarying> &tfVaryings = in AssignTransformFeedbackQualifiers() local
|