Searched refs:GL_NEAREST_MIPMAP_NEAREST (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if134 public static final int GL_NEAREST_MIPMAP_NEAREST = 0x2700;
H A DGLES20Header.java-if204 public static final int GL_NEAREST_MIPMAP_NEAREST = 0x2700;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java134 public static final int GL_NEAREST_MIPMAP_NEAREST = 0x2700; field in class:GLES10
H A DGLES20.java204 public static final int GL_NEAREST_MIPMAP_NEAREST = 0x2700; field in class:GLES20
H A DGLLogWrapper.java537 case GL_NEAREST_MIPMAP_NEAREST:
538 return "GL_NEAREST_MIPMAP_NEAREST";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java132 int GL_NEAREST_MIPMAP_NEAREST = 0x2700; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp734 if (ggl_unlikely(min_filter >= GL_NEAREST_MIPMAP_NEAREST)) {
791 if (ggl_unlikely(min_filter >= GL_NEAREST_MIPMAP_NEAREST)) {
H A Dtexture.cpp661 (param == GL_NEAREST_MIPMAP_NEAREST) ||
/frameworks/native/opengl/include/GLES/
H A Dgl.h433 #define GL_NEAREST_MIPMAP_NEAREST 0x2700 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h254 #define GL_NEAREST_MIPMAP_NEAREST 0x2700 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h390 #define GL_NEAREST_MIPMAP_NEAREST 0x2700 macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h254 #define GL_NEAREST_MIPMAP_NEAREST 0x2700 macro
H A Dgl31.h254 #define GL_NEAREST_MIPMAP_NEAREST 0x2700 macro

Completed in 167 milliseconds