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

  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 251 GLuint globalTextureName = localTexName;
253 globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,localTexName);
255 if(!globalTextureName){
257 globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,localTexName);
269 ctx->dispatcher().glBindTexture(target,globalTextureName);
477 const GLuint globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,textures[i]);
478 ctx->dispatcher().glDeleteTextures(1,&globalTextureName);
702 GLuint globalTextureName = 0;
709 globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,texname);
712 ctx->dispatcher().glFramebufferTexture2DEXT(target,attachment,textarget,globalTextureName,level)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 310 GLuint globalTextureName = localTexName;
312 globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,localTexName);
314 if(!globalTextureName){
316 globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,localTexName);
328 ctx->dispatcher().glBindTexture(target,globalTextureName);
498 const GLuint globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,textures[i]);
499 ctx->dispatcher().glDeleteTextures(1,&globalTextureName);
    [all...]

Completed in 106 milliseconds