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

1 2

  /frameworks/base/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 31 #define glBlendEquationSeparate glBlendEquationSeparateOES
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerState.java 67 // glBlendEquation overwrites glBlendEquationSeparate
68 lastSetter.put(Function.glBlendEquationSeparate.getNumber(), null);
97 case glBlendEquationSeparate:
163 lastSetter.put(Function.glBlendEquationSeparate.getNumber(), msg);
DebuggerMessage.java 39 glBlendEquationSeparate(9, 9),
237 case 9: return glBlendEquationSeparate;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 129 void glBlendEquationSeparate(
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerState.java 67 // glBlendEquation overwrites glBlendEquationSeparate
68 lastSetter.put(Function.glBlendEquationSeparate.getNumber(), null);
97 case glBlendEquationSeparate:
163 lastSetter.put(Function.glBlendEquationSeparate.getNumber(), msg);
DebuggerMessage.java 39 glBlendEquationSeparate(9, 9),
237 case 9: return glBlendEquationSeparate;
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 283 GL_APICALL void GL_APIENTRY glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha){
286 ctx->dispatcher().glBlendEquationSeparate(modeRGB,modeAlpha);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 76 void (GLAPIENTRY *GLDispatch::glBlendEquationSeparate)(GLenum,GLenum) = NULL;
311 LOAD_GL_FUNC(glBlendEquationSeparate);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 41 static void (GLAPIENTRY *glBlendEquationSeparate)(GLenum modeRGB, GLenum modeAlpha);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp 292 glBlendEquationSeparate(mode, mode);
295 void __stdcall glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.h 133 FUNCTION_TABLE_ENTRY(glBlendEquationSeparate);
230 #define glBlendEquationSeparate LOOKUP_GL_FUNCTION(glBlendEquationSeparate)
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 1273 public void glBlendEquationSeparate(
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java     [all...]
GLLogWrapper.java     [all...]
GLES20.java 396 // C function void glBlendEquationSeparate ( GLenum modeRGB, GLenum modeAlpha )
398 public static native void glBlendEquationSeparate(
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 248 const Message_Function Message::glBlendEquationSeparate;
    [all...]
debugger_message.pb.h 322 static const Function glBlendEquationSeparate = Message_Function_glBlendEquationSeparate;
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 32 #define glBlendEquationSeparate glBlendEquationSeparateOES
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 98 #define glBlendEquationSeparate MANGLE(BlendEquationSeparate)
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 314 milliseconds

1 2