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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DResizeFilter.java104 GLES20.GL_LINEAR_MIPMAP_NEAREST);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java729 GLES20.GL_LINEAR_MIPMAP_NEAREST);
733 GLES20.GL_LINEAR_MIPMAP_NEAREST);
745 GLES20.GL_LINEAR_MIPMAP_NEAREST);
750 GLES20.GL_LINEAR_MIPMAP_NEAREST);
775 GLES20.GL_LINEAR_MIPMAP_NEAREST);
816 GLES20.GL_LINEAR_MIPMAP_NEAREST);
824 GLES20.GL_LINEAR_MIPMAP_NEAREST);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if115 public static final int GL_LINEAR_MIPMAP_NEAREST = 0x2701;
H A DGLES20Header.java-if205 public static final int GL_LINEAR_MIPMAP_NEAREST = 0x2701;
/frameworks/rs/driver/
H A DrsdShader.cpp399 GL_LINEAR_MIPMAP_NEAREST, //RS_SAMPLER_LINEAR_MIP_NEAREST
430 GL_LINEAR_MIPMAP_NEAREST);
/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/native/opengl/include/GLES/
H A Dgl.h434 #define GL_LINEAR_MIPMAP_NEAREST 0x2701 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h391 #define GL_LINEAR_MIPMAP_NEAREST 0x2701 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h263 #define GL_LINEAR_MIPMAP_NEAREST 0x2701 macro
/frameworks/native/opengl/libagl/
H A Dtexture.cpp655 (param == GL_LINEAR_MIPMAP_NEAREST) ||
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h263 #define GL_LINEAR_MIPMAP_NEAREST 0x2701 macro
H A Dgl31.h263 #define GL_LINEAR_MIPMAP_NEAREST 0x2701 macro
H A Dgl32.h263 #define GL_LINEAR_MIPMAP_NEAREST 0x2701 macro

Completed in 201 milliseconds