Home
last modified time | relevance | path

Searched defs:GL_LINEAR (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h385 #define GL_LINEAR 0x2601 macro
/frameworks/native/opengl/include/GLES2/
Dgl2.h308 #define GL_LINEAR 0x2601 macro
/frameworks/native/opengl/include/GLES/
Dgl.h428 #define GL_LINEAR 0x2601 macro
/frameworks/native/opengl/include/GLES3/
Dgl3.h332 #define GL_LINEAR 0x2601 macro
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java110 int GL_LINEAR = 0x2601; field
/frameworks/base/opengl/java/android/opengl/
DGLES10.java112 public static final int GL_LINEAR = 0x2601; field in GLES10
DGLES20.java203 public static final int GL_LINEAR = 0x2601; field in GLES20