Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp1589 static const char STR_SAMPLER_EXTERNAL_OES[] = "samplerExternalOES"; variable
1596 res.push_back(STR_SAMPLER_EXTERNAL_OES); in getSamplerExternalAliases()
1602 char* samplerExternalOES_next = strstr(c, STR_SAMPLER_EXTERNAL_OES); in getSamplerExternalAliases()
1634 if (defineRhs == STR_SAMPLER_EXTERNAL_OES) { in getSamplerExternalAliases()
1681 if (samplerExternalType == STR_SAMPLER_EXTERNAL_OES) { in replaceExternalSamplerUniformDefinition()