HomeSort by relevance Sort by last modified time
    Searched refs:GL_ETC1_RGB8_OES (Results 1 - 25 of 47) sorted by null

1 2

  /external/mesa3d/src/mesa/main/
glheader.h 140 #define GL_ETC1_RGB8_OES 0x8D64
texcompress.c 100 case GL_ETC1_RGB8_OES:
336 formats[n++] = GL_ETC1_RGB8_OES;
533 case GL_ETC1_RGB8_OES:
721 return GL_ETC1_RGB8_OES;
    [all...]
glformats.c 1100 case GL_ETC1_RGB8_OES:
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES11ExtHeader.java-if 35 public static final int GL_ETC1_RGB8_OES = 0x8D64;
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 241 case tcu::COMPRESSEDTEXFORMAT_ETC1_RGB8: return GL_ETC1_RGB8_OES;
300 case GL_ETC1_RGB8_OES: return tcu::COMPRESSEDTEXFORMAT_ETC1_RGB8;
350 case GL_ETC1_RGB8_OES:
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 35 public static final int GL_ETC1_RGB8_OES = 0x8D64;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTTextureAPI.cpp 99 internalformat=GL_ETC1_RGB8_OES;
583 else if (eTextureInternalFormat==GL_ETC1_RGB8_OES)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
PVRTTextureAPI.cpp 141 glInternalFormat=GL_ETC1_RGB8_OES;
965 else if (eTextureInternalFormat==GL_ETC1_RGB8_OES)
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 209 GL_ETC1_RGB8_OES,
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 81 GL_ETC1_RGB8_OES,
utilities.cpp 32 format == GL_ETC1_RGB8_OES;
libGLES_CM.cpp 687 case GL_ETC1_RGB8_OES:
766 case GL_ETC1_RGB8_OES:
897 case GL_ETC1_RGB8_OES:
    [all...]
  /frameworks/native/opengl/libagl/
state.cpp 406 params[i++] = GL_ETC1_RGB8_OES;
texture.cpp     [all...]
  /external/swiftshader/src/OpenGL/common/
Image.cpp 505 case GL_ETC1_RGB8_OES: return sw::FORMAT_ETC1;
711 case GL_ETC1_RGB8_OES:
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 112 GL_ETC1_RGB8_OES,
utilities.cpp 334 case GL_ETC1_RGB8_OES:
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_format.c     [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h 48 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]
  /external/mesa3d/include/GLES/
glext.h 48 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]
  /external/swiftshader/include/GLES/
glext.h 119 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h 48 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]
  /frameworks/native/opengl/include/GLES/
glext.h 115 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
gl2ext.h 25 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwEnums.inl     [all...]

Completed in 2171 milliseconds

1 2