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

  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESvalidate.h 23 static bool textureEnum(GLenum e,unsigned int maxTex);
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 9 bool GLESvalidate::textureEnum(GLenum e,unsigned int maxTex) {
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 271 SET_ERROR_IF(!GLEScmValidate::textureEnum(texture,ctx->getMaxTexUnits()),GL_INVALID_ENUM);
390 SET_ERROR_IF(!GLEScmValidate::textureEnum(texture,ctx->getMaxTexUnits()),GL_INVALID_ENUM);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 145 SET_ERROR_IF (!GLESv2Validate::textureEnum(texture,ctx->getMaxTexUnits()),GL_INVALID_ENUM);
    [all...]

Completed in 1427 milliseconds