Home
last modified time | relevance | path

Searched refs:constCharTFVaryings (Results 1 – 2 of 2) sorted by relevance

/external/angle/util/
Dshader_utils.cpp255 std::vector<const char *> constCharTFVaryings; in CompileProgramWithTransformFeedback() local
259 constCharTFVaryings.push_back(transformFeedbackVarying.c_str()); in CompileProgramWithTransformFeedback()
264 &constCharTFVaryings[0], bufferMode); in CompileProgramWithTransformFeedback()
/external/angle/src/tests/gl_tests/
DProgramPipelineTest.cpp160 std::vector<const char *> constCharTFVaryings; in bindProgramPipelineWithXFBVaryings() local
164 constCharTFVaryings.push_back(transformFeedbackVarying.c_str()); in bindProgramPipelineWithXFBVaryings()
168 &constCharTFVaryings[0], bufferMode); in bindProgramPipelineWithXFBVaryings()