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

1 2

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 155 {"glBlendEquationSeparateOES", (void*)glBlendEquationSeparateOES},
gl_client_context.h 175 glBlendEquationSeparateOES_client_proc_t glBlendEquationSeparateOES;
gl_client_context.cpp 175 glBlendEquationSeparateOES = (glBlendEquationSeparateOES_client_proc_t) getProc("glBlendEquationSeparateOES", userData);
gl_entry.cpp 170 void glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 165 {"glBlendEquationSeparateOES", (void *)glBlendEquationSeparateOES},
gles_dispatch.h 168 glBlendEquationSeparateOES_t glBlendEquationSeparateOES;
440 glBlendEquationSeparateOES_t set_glBlendEquationSeparateOES(glBlendEquationSeparateOES_t f) { glBlendEquationSeparateOES_t retval = glBlendEquationSeparateOES; glBlendEquationSeparateOES = f; return retval;}
    [all...]
gles.cpp 781 void glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha)
783 getDispatch()->glBlendEquationSeparateOES(modeRGB, modeAlpha);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 1 void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha )
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 34 #define glBlendEquationSeparate glBlendEquationSeparateOES
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 144 // C function void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha )
146 public static native void glBlendEquationSeparateOES(
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 52 void (*glBlendEquationSeparateOES)(GLenum modeRGB, GLenum modeAlpha);
main.cpp 586 GL_API void GL_APIENTRY glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha)
    [all...]
libGLES_CM.cpp     [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 58 #define glBlendEquationSeparateOES wrap_glBlendEquationSeparateOES
    [all...]
gles_undefine.h 58 #undef glBlendEquationSeparateOES
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h 565 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
    [all...]
  /external/mesa3d/include/GLES/
glext.h 565 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
    [all...]
  /external/swiftshader/include/GLES/
glext.h 81 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h 565 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
    [all...]
  /frameworks/native/opengl/include/GLES/
glext.h 77 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 49 glBlendEquationSeparateOES(18, 18),
646 case 18: return glBlendEquationSeparateOES;
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp 457 /* void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha ) */
461 glBlendEquationSeparateOES(
    [all...]
com_google_android_gles_jni_GLImpl.cpp 35 #define glBlendEquationSeparate glBlendEquationSeparateOES
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 917 milliseconds

1 2