HomeSort by relevance Sort by last modified time
    Searched refs:TextureLocalName (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 173 static ObjectLocalName TextureLocalName(GLenum target, unsigned int tex) {
200 return getTextureData(TextureLocalName(target,tex));
308 ObjectLocalName localTexName = TextureLocalName(target,texture);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 119 static ObjectLocalName TextureLocalName(GLenum target,unsigned int tex) {
140 return getTextureData(TextureLocalName(target,tex));
249 ObjectLocalName localTexName = TextureLocalName(target,texture);
708 ObjectLocalName texname = TextureLocalName(textarget,texture);
    [all...]

Completed in 572 milliseconds