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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TextureUtils.h 25 int getCompressedFormats(int* formats);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
TextureUtils.cpp 23 int getCompressedFormats(int* formats){
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 726 *params = (GLboolean)getCompressedFormats(NULL);
730 int nparams = getCompressedFormats(NULL);
733 getCompressedFormats(iparams);
800 *params = I2X(getCompressedFormats(NULL));
805 int nparams = getCompressedFormats(NULL);
808 getCompressedFormats(iparams);
845 *params = (GLfloat)getCompressedFormats(NULL);
849 int nparams = getCompressedFormats(NULL);
852 getCompressedFormats(iparams);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]

Completed in 4054 milliseconds