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

1 2 3 4

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 19 {"glBlendEquation", (void*)glBlendEquation},
gl2_client_context.h 19 glBlendEquation_client_proc_t glBlendEquation;
228 virtual glBlendEquation_client_proc_t set_glBlendEquation(glBlendEquation_client_proc_t f) { glBlendEquation_client_proc_t retval = glBlendEquation; glBlendEquation = f; return retval;}
    [all...]
gl2_entry.cpp 17 void glBlendEquation(GLenum mode);
274 void glBlendEquation(GLenum mode)
277 ctx->glBlendEquation(ctx, mode);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.h 132 FUNCTION_TABLE_ENTRY(glBlendEquation);
229 #define glBlendEquation LOOKUP_GL_FUNCTION(glBlendEquation)
OpenGLShims.cpp 98 ASSIGN_FUNCTION_TABLE_ENTRY(glBlendEquation, success);
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 125 void glBlendEquation(
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 30 #define glBlendEquation glBlendEquationOES
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 41 glBlendEquation = 15;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 9 void glBlendEquation ( GLenum mode )
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLStub.java 1269 public void glBlendEquation(
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 75 void (GLAPIENTRY *GLDispatch::glBlendEquation)(GLenum) = NULL;
310 LOAD_GL_FUNC(glBlendEquation);
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java     [all...]
GLES20.java 394 // C function void glBlendEquation ( GLenum mode )
396 public static native void glBlendEquation(
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 482 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode );
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 482 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode );
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.cpp 443 glBlendEquation(GL_FUNC_ADD);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode );
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode );
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode );
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode );
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode );
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode );
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 481 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode );

Completed in 162 milliseconds

1 2 3 4