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

  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 631 TextureTarget GLEScontext::GLTextureTargetToLocal(GLenum target) {
651 TextureTarget pos = GLTextureTargetToLocal(target);
656 TextureTarget pos = GLTextureTargetToLocal(target);
661 TextureTarget pos = GLTextureTargetToLocal(target);
666 TextureTarget pos = GLTextureTargetToLocal(target);
674 switch (GLTextureTargetToLocal(target)) {
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 154 static TextureTarget GLTextureTargetToLocal(GLenum target);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 326 SET_ERROR_IF(ctx->GLTextureTargetToLocal(texData->target) != ctx->GLTextureTargetToLocal(target), GL_INVALID_OPERATION);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 264 SET_ERROR_IF(ctx->GLTextureTargetToLocal(texData->target) != ctx->GLTextureTargetToLocal(target), GL_INVALID_OPERATION);
    [all...]

Completed in 44 milliseconds