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

  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESvalidate.h 34 static bool texImgDim(GLsizei width,GLsizei height,int maxTexSize);
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 162 bool GLESvalidate::texImgDim(GLsizei width,GLsizei height,int maxTexSize) {
TextureUtils.cpp 87 !GLESvalidate::texImgDim(width,height,ctx->getMaxTexSize()+2),GL_INVALID_VALUE)

Completed in 43 milliseconds