HomeSort by relevance Sort by last modified time
    Searched defs:glIsEnabled (Results 1 - 25 of 32) sorted by null

1 2

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 97 GLboolean (GLAPIENTRY *glIsEnabled) (GLenum cap);
GLEScmImp.cpp 213 GL_API GLboolean GL_APIENTRY glIsEnabled( GLenum cap) {
220 return (ctx->dispatcher().glIsEnabled(GL_TEXTURE_GEN_S) &&
221 ctx->dispatcher().glIsEnabled(GL_TEXTURE_GEN_T) &&
222 ctx->dispatcher().glIsEnabled(GL_TEXTURE_GEN_R));
224 return ctx->dispatcher().glIsEnabled(cap);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 114 GLboolean (GLAPIENTRY *GLDispatch::glIsEnabled)(GLenum) = NULL;
352 LOAD_GL_FUNC(glIsEnabled);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 79 static GLboolean (GLAPIENTRY *glIsEnabled) (GLenum cap);
  /external/quake/quake/src/WinQuake/
glquake.h 379 #define glIsEnabled(...) do { glIsEnabled(__VA_ARGS__); GLCHECK("glIsEnabled");} while(0)
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 534 // C function GLboolean glIsEnabled ( GLenum cap )
536 public static native boolean glIsEnabled(
GLES20.java     [all...]
GLErrorWrapper.java     [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 420 boolean glIsEnabled(
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 1026 public boolean glIsEnabled(
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 118 glIsEnabled_t glIsEnabled;
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles.cpp 531 GLboolean glIsEnabled(GLenum cap)
533 return getDispatch()->glIsEnabled(cap);
    [all...]
gles_dispatch.h 118 glIsEnabled_t glIsEnabled;
390 glIsEnabled_t set_glIsEnabled(glIsEnabled_t f) { glIsEnabled_t retval = glIsEnabled; glIsEnabled = f; return retval;}
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 321 const Message_Function Message::glIsEnabled;
    [all...]
debugger_message.pb.h 395 static const Function glIsEnabled = Message_Function_glIsEnabled;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 909 public boolean glIsEnabled(int cap) {
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java 112 glIsEnabled(82, 82),
310 case 82: return glIsEnabled;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 112 glIsEnabled(82, 82),
310 case 82: return glIsEnabled;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 887 milliseconds

1 2