/external/qemu/distrib/sdl-1.2.15/test/ |
D | testdyngl.c | 64 void(APIENTRY*glBlendFunc)(GLenum,GLenum); 86 f->glBlendFunc=get_funcaddr("glBlendFunc"); in init_glfuncs() 158 f.glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in main()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeFragmentApiTests.cpp | 172 glBlendFunc(-1, GL_ONE); in init() 174 glBlendFunc(GL_ONE, -1); in init()
|
/external/chromium_org/gpu/tools/compositor_model_bench/ |
D | forward_render_model.cc | 52 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in ForwardRenderSimulator()
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 14 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeFragmentApiTests.cpp | 161 glBlendFunc(-1, GL_ONE); in init() 163 glBlendFunc(GL_ONE, -1); in init()
|
D | es3fFboInvalidateTests.cpp | 190 glBlendFunc (GL_ONE, GL_ONE); in render() 284 glBlendFunc (GL_ONE, GL_ONE); in render() 339 glBlendFunc (GL_ONE, GL_ONE); in render() 429 glBlendFunc (GL_ONE, GL_ONE); in render() 539 glBlendFunc (GL_ONE, GL_ONE); in render() 793 glBlendFunc (GL_ONE, GL_ONE); in render() 895 glBlendFunc (GL_ONE, GL_ONE); in render() 1178 glBlendFunc (GL_ONE, GL_ONE); in render() 1305 glBlendFunc (GL_ONE, GL_ONE); in render()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 161 ctx.glBlendFunc(-1, GL_ONE); in blend_func() 163 ctx.glBlendFunc(GL_ONE, -1); in blend_func()
|
/external/chromium_org/third_party/angle/tests/angle_tests/ |
D | LineLoopTest.cpp | 52 glBlendFunc(GL_ONE, GL_ONE); in SetUp()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 15 glBlendFunc = glBlendFunc@8
|
D | opengl32.def | 15 glBlendFunc
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 15 glBlendFunc = glBlendFunc@8
|
D | opengl32.def | 15 glBlendFunc
|
/external/chromium_org/third_party/angle/samples/angle/particle_system/ |
D | ParticleSystem.cpp | 185 glBlendFunc(GL_SRC_ALPHA, GL_ONE); in draw()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DrawableBitmap.java | 74 gl.glBlendFunc(GL10.GL_ONE, GL10.GL_ONE_MINUS_SRC_ALPHA); in beginDrawing()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | libGLESv2.def | 13 glBlendFunc @11
|
/external/chromium_org/third_party/skia/src/views/sdl/ |
D | SkOSWindow_SDL.cpp | 77 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in doDraw()
|
/external/skia/src/views/sdl/ |
D | SkOSWindow_SDL.cpp | 77 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in doDraw()
|
/external/chromium_org/gpu/skia_bindings/ |
D | gl_bindings_skia_cmd_buffer.cc | 33 functions->fBlendFunc = glBlendFunc; in CreateCommandBufferSkiaGLBinding()
|
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/ |
D | GrGLCreateNativeInterface_iOS.cpp | 25 functions->fBlendFunc = glBlendFunc; in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/iOS/ |
D | GrGLCreateNativeInterface_iOS.cpp | 25 functions->fBlendFunc = glBlendFunc; in GrGLCreateNativeInterface()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 14 gl->blendFunc = &glBlendFunc;
|
/external/qemu/distrib/sdl-1.2.15/src/video/dc/ |
D | SDL_dcvideo.c | 340 DEF(glBlendFunc),
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 38 functions->fBlendFunc = glBlendFunc; in create_es_interface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 38 functions->fBlendFunc = glBlendFunc; in create_es_interface()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 26 #define glBlendFunc GLES2_GET_FUN(BlendFunc) macro
|