Searched refs:GL_GENERATE_MIPMAP_HINT (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java71 public static final int GL_GENERATE_MIPMAP_HINT = 0x8192; field in class:GLES11
H A DGLES20.java145 public static final int GL_GENERATE_MIPMAP_HINT = 0x8192; field in class:GLES20
H A DGLLogWrapper.java763 case GL_GENERATE_MIPMAP_HINT:
764 return "GL_GENERATE_MIPMAP_HINT";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java69 int GL_GENERATE_MIPMAP_HINT = 0x8192; field in interface:GL11
/frameworks/native/opengl/libagl/
H A Dstate.cpp287 case GL_GENERATE_MIPMAP_HINT:
/frameworks/native/opengl/include/GLES/
H A Dgl.h295 #define GL_GENERATE_MIPMAP_HINT 0x8192 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h232 #define GL_GENERATE_MIPMAP_HINT 0x8192 macro

Completed in 1428 milliseconds