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

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
TextureUtils.cpp 85 SET_ERROR_IF(level > log2(ctx->getMaxTexSize()) ||
87 !GLESvalidate::texImgDim(width,height,ctx->getMaxTexSize()+2),GL_INVALID_VALUE)
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 167 static int getMaxTexSize(){return s_glSupport.maxTexSize;}
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 453 SET_ERROR_IF(level < 0 || level > log2(ctx->getMaxTexSize()),GL_INVALID_VALUE)
    [all...]

Completed in 156 milliseconds