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

/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp170 // GL_MULTISAMPLE is enabled by default
171 glDisable(GL_MULTISAMPLE);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if130 public static final int GL_MULTISAMPLE = 0x809D;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java130 public static final int GL_MULTISAMPLE = 0x809D; field in class:GLES10
H A DGLLogWrapper.java491 case GL_MULTISAMPLE:
492 return "GL_MULTISAMPLE";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java128 int GL_MULTISAMPLE = 0x809D; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp199 case GL_MULTISAMPLE:
/frameworks/native/opengl/include/GLES/
H A Dgl.h159 #define GL_MULTISAMPLE 0x809D macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h186 #define GL_MULTISAMPLE 0x809D macro

Completed in 213 milliseconds