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

1 2 3 4

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 120 LOAD_GL_FUNC(glIsEnabled);
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/tests/gles_android_wrapper/
gles_ftable.h 115 {"glIsEnabled", (void *)glIsEnabled},
gles_dispatch.h 118 glIsEnabled_t glIsEnabled;
390 glIsEnabled_t set_glIsEnabled(glIsEnabled_t f) { glIsEnabled_t retval = glIsEnabled; glIsEnabled = f; return retval;}
    [all...]
gles.cpp 531 GLboolean glIsEnabled(GLenum cap)
533 return getDispatch()->glIsEnabled(cap);
    [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11.spec 29 GLboolean glIsEnabled ( GLenum cap )
GLES20.spec 84 GLboolean glIsEnabled ( GLenum cap )
  /external/quake/quake/src/WinQuake/
glquake.h 379 #define glIsEnabled(...) do { glIsEnabled(__VA_ARGS__); GLCHECK("glIsEnabled");} while(0)
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 118 glIsEnabled_t glIsEnabled;
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 534 // C function GLboolean glIsEnabled ( GLenum cap )
536 public static native boolean glIsEnabled(
GLErrorWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 420 boolean glIsEnabled(
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 288 isScissorEnabled = ::glIsEnabled(GL_SCISSOR_TEST);
290 isDitherEnabled = ::glIsEnabled(GL_DITHER);
778 return ::glIsEnabled(cap);
    [all...]
  /external/quake/quake/src/QW/client/
r_part.c 468 alphaTestEnabled = glIsEnabled(GL_ALPHA_TEST);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 1026 public boolean glIsEnabled(
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 114 GLboolean (GLAPIENTRY *GLDispatch::glIsEnabled)(GLenum) = NULL;
352 LOAD_GL_FUNC(glIsEnabled);
  /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...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 690 GL_API GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 556 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 909 public boolean glIsEnabled(int cap) {
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 690 GL_API GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 556 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 79 static GLboolean (GLAPIENTRY *glIsEnabled) (GLenum cap);

Completed in 809 milliseconds

1 2 3 4