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

1 2 3 4

  /external/autotest/client/site_tests/graphics_SanAngeles/src/
importgl.h 76 FNDEF(void, glDisable, (GLenum cap));
124 #define glDisable FNPTR(glDisable)
  /frameworks/native/opengl/libagl/
state.cpp 306 void glDisable(GLenum cap) {
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 299 void ContextWrapper::glDisable (deUint32 cap)
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 205 public void glDisable(int cap) {
206 ((GL10)mGL).glDisable(cap);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 87 void (*glDisable)(GLenum cap);
main.cpp 753 GL_API void GL_APIENTRY glDisable(GLenum cap)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 460 GL_APICALL void GL_APIENTRY glDisable(GLenum cap)
    [all...]
libGLESv2.hpp 87 void (*glDisable)(GLenum cap);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 328 // C function void glDisable ( GLenum cap )
330 public native void glDisable(
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 77 glDisable_client_proc_t glDisable;
gl_entry.cpp 72 void glDisable(GLenum cap);
693 void glDisable(GLenum cap)
696 ctx->glDisable(ctx, cap);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 381 void glDisable(GLenum cap)
383 getDispatch()->glDisable(cap);
    [all...]
gles_dispatch.h 88 glDisable_t glDisable;
360 glDisable_t set_glDisable(glDisable_t f) { glDisable_t retval = glDisable; glDisable = f; return retval;}
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 200 public void glDisable(int cap) {
201 mgl.glDisable(cap);
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 51 glDisable_client_proc_t glDisable;
gl2_entry.cpp 46 void glDisable(GLenum cap);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 514 // C function void glDisable ( GLenum cap )
516 public static native void glDisable(
    [all...]
GLES20.java     [all...]
GLErrorWrapper.java 243 public void glDisable(int cap) {
245 mgl.glDisable(cap);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 425 void glDisable(
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp 1568 void APIENTRY glDisable(GLenum cap)
    [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 184 #define glDisable wrap_glDisable
    [all...]
gles_undefine.h 184 #undef glDisable

Completed in 137 milliseconds

1 2 3 4