HomeSort by relevance Sort by last modified time
    Searched defs:glAlphaFunc (Results 1 - 8 of 8) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 85 public void glAlphaFunc(int func, float ref) {
86 mgl.glAlphaFunc(func, ref);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 11 glAlphaFunc_client_proc_t glAlphaFunc;
gl_entry.cpp 9 void glAlphaFunc(GLenum func, GLclampf ref);
309 void glAlphaFunc(GLenum func, GLclampf ref)
312 ctx->glAlphaFunc(ctx, func, ref);
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 56 void glAlphaFunc(GLenum func, GLclampf ref)
58 getDispatch()->glAlphaFunc(func, ref);
    [all...]
gles_dispatch.h 23 glAlphaFunc_t glAlphaFunc;
295 glAlphaFunc_t set_glAlphaFunc(glAlphaFunc_t f) { glAlphaFunc_t retval = glAlphaFunc; glAlphaFunc = f; return retval;}
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h 42 #define glAlphaFunc MANGLE(AlphaFunc)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 42 #define glAlphaFunc MANGLE(AlphaFunc)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 774 milliseconds