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

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 308 ObjectLocalName localTexName = TextureLocalName(target,texture);
310 GLuint globalTextureName = localTexName;
312 globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,localTexName);
315 ctx->shareGroup()->genName(TEXTURE,localTexName);
316 globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,localTexName);
319 TextureData* texData = getTextureData(localTexName);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 249 ObjectLocalName localTexName = TextureLocalName(target,texture);
251 GLuint globalTextureName = localTexName;
253 globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,localTexName);
256 ctx->shareGroup()->genName(TEXTURE,localTexName);
257 globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,localTexName);
260 TextureData* texData = getTextureData(localTexName);
    [all...]

Completed in 475 milliseconds