Searched refs:GL_LINEAR_MIPMAP_NEAREST (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java115 public static final int GL_LINEAR_MIPMAP_NEAREST = 0x2701; field in class:GLES10
H A DGLES20.java205 public static final int GL_LINEAR_MIPMAP_NEAREST = 0x2701; field in class:GLES20
H A DGLLogWrapper.java539 case GL_LINEAR_MIPMAP_NEAREST:
540 return "GL_LINEAR_MIPMAP_NEAREST";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java113 int GL_LINEAR_MIPMAP_NEAREST = 0x2701; field in interface:GL10
/frameworks/base/opengl/include/GLES/
H A Dgl.h433 #define GL_LINEAR_MIPMAP_NEAREST 0x2701 macro
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h313 #define GL_LINEAR_MIPMAP_NEAREST 0x2701 macro
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h391 #define GL_LINEAR_MIPMAP_NEAREST 0x2701 macro
/frameworks/base/opengl/libagl/
H A Dtexture.cpp667 (param == GL_LINEAR_MIPMAP_NEAREST) ||

Completed in 32 milliseconds