/development/tools/emulator/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/base/opengl/tools/glgen/specs/gles11/ |
GLES11Ext.spec | 1 void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha )
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 168 glBlendEquationSeparateOES_t glBlendEquationSeparateOES;
|
GLDispatch.cpp | 191 s_gl.glBlendEquationSeparateOES = (glBlendEquationSeparateOES_t) s_gles_lib->findSymbol("glBlendEquationSeparateOES");
|
/frameworks/base/opengl/tools/glgen/stubs/jsr239/ |
GLCHeader.cpp | 31 #define glBlendEquationSeparate glBlendEquationSeparateOES
|
/frameworks/base/opengl/java/android/opengl/ |
GLES11Ext.java | 140 // C function void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha ) 142 public static native void glBlendEquationSeparateOES( [all...] |
/development/ndk/platforms/android-4/include/GLES/ |
glext.h | 239 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 239 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/ |
glext.h | 239 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/ |
glext.h | 239 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/ |
glext.h | 239 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/ |
glext.h | 239 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
|
/prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 239 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/ |
glext.h | 239 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/ |
glext.h | 239 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
|
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/ |
glext.h | 461 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha); [all...] |
/frameworks/base/opengl/include/GLES/ |
glext.h | 433 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha); [all...] |
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmImp.cpp | 105 (*s_glesExtensions)["glBlendEquationSeparateOES"] = (__translatorMustCastToProperFunctionPointerType)glBlendEquationSeparateOES; [all...] |
/frameworks/base/opengl/libs/ |
glesv2dbg_functions.h | 21 GL_ENTRY(void, glBlendEquationSeparateOES, GLenum modeRGB, GLenum modeAlpha)
|
/frameworks/base/core/jni/ |
android_opengl_GLES11Ext.cpp | 126 /* void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha ) */ 130 glBlendEquationSeparateOES( [all...] |
com_google_android_gles_jni_GLImpl.cpp | 32 #define glBlendEquationSeparate glBlendEquationSeparateOES [all...] |
/prebuilt/sdk/14/ |
android.jar | |
/prebuilt/sdk/4/ |
android.jar | |