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

1 2

  /frameworks/base/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 30 #define glBlendEquation glBlendEquationOES
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 125 void glBlendEquation(
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 277 GL_APICALL void GL_APIENTRY glBlendEquation( GLenum mode ){
280 ctx->dispatcher().glBlendEquation(mode);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 75 void (GLAPIENTRY *GLDispatch::glBlendEquation)(GLenum) = NULL;
310 LOAD_GL_FUNC(glBlendEquation);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 40 static void (GLAPIENTRY *glBlendEquation)( GLenum mode );
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp 290 void __stdcall glBlendEquation(GLenum mode)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.h 132 FUNCTION_TABLE_ENTRY(glBlendEquation);
229 #define glBlendEquation LOOKUP_GL_FUNCTION(glBlendEquation)
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 1269 public void glBlendEquation(
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 247 const Message_Function Message::glBlendEquation;
    [all...]
debugger_message.pb.h 321 static const Function glBlendEquation = Message_Function_glBlendEquation;
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java 38 glBlendEquation(8, 8),
236 case 8: return glBlendEquation;
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 31 #define glBlendEquation glBlendEquationOES
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 390 // C function void glBlendEquation ( GLenum mode )
392 public static native void glBlendEquation(
    [all...]
GLErrorWrapper.java     [all...]
GLLogWrapper.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 38 glBlendEquation(8, 8),
236 case 8: return glBlendEquation;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 95 #define glBlendEquation MANGLE(BlendEquation)
    [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 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 

Completed in 298 milliseconds

1 2