Searched refs:constCharTFVaryings (Results 1 – 2 of 2) sorted by relevance
255 std::vector<const char *> constCharTFVaryings; in CompileProgramWithTransformFeedback() local259 constCharTFVaryings.push_back(transformFeedbackVarying.c_str()); in CompileProgramWithTransformFeedback()264 &constCharTFVaryings[0], bufferMode); in CompileProgramWithTransformFeedback()
160 std::vector<const char *> constCharTFVaryings; in bindProgramPipelineWithXFBVaryings() local164 constCharTFVaryings.push_back(transformFeedbackVarying.c_str()); in bindProgramPipelineWithXFBVaryings()168 &constCharTFVaryings[0], bufferMode); in bindProgramPipelineWithXFBVaryings()