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

1 2 3 4 5 6 7 8 910

  /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...]
  /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 194 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 722 case GL_ETC1_RGB8_OES:
807 case GL_ETC1_RGB8_OES:
937 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 553 case GL_ETC1_RGB8_OES:
    [all...]
  /development/ndk/platforms/android-9/include/GLES2/
gl2ext.h 27 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 110 GL_ETC1_RGB8_OES,
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/GLES2/
gl2ext.h 27 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/GLES2/
gl2ext.h 27 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/GLES2/
gl2ext.h 27 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/GLES2/
gl2ext.h 27 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/GLES2/
gl2ext.h 27 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/GLES2/
gl2ext.h 27 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/GLES2/
gl2ext.h 27 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/GLES2/
gl2ext.h 27 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/GLES2/
gl2ext.h 27 #define GL_ETC1_RGB8_OES 0x8D64
    [all...]

Completed in 836 milliseconds

1 2 3 4 5 6 7 8 910