Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp6803 const char* token_texture_swizzle = "TEXTURE_SWIZZLE"; in initProgramObject() local
6837 while ((token_position = vs_body.find(token_texture_swizzle)) != std::string::npos) in initProgramObject()
6839 vs_body.replace(token_position, strlen(token_texture_swizzle), texture_swizzle_glsl); in initProgramObject()