Searched refs:glBlendFunc (Results 1 - 25 of 64) sorted by relevance

123

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestdyngl.c64 void(APIENTRY*glBlendFunc)(GLenum,GLenum); member in struct:__anon28745
86 f->glBlendFunc=get_funcaddr("glBlendFunc");
158 f.glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dforward_render_model.cc52 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/external/deqp/modules/gles2/functional/
H A Des2fNegativeFragmentApiTests.cpp169 ES2F_ADD_API_CASE(blend_func, "Invalid glBlendFunc() usage",
172 glBlendFunc(-1, GL_ONE);
174 glBlendFunc(GL_ONE, -1);
H A Des2fBufferTestUtil.cpp605 glBlendFunc (GL_ONE, GL_ONE);
/external/chromium_org/third_party/angle/samples/angle/particle_system/
H A DParticleSystem.cpp185 glBlendFunc(GL_SRC_ALPHA, GL_ONE);
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DLineLoopTest.cpp52 glBlendFunc(GL_ONE, GL_ONE);
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableBitmap.java74 gl.glBlendFunc(GL10.GL_ONE, GL10.GL_ONE_MINUS_SRC_ALPHA);
/external/deqp/framework/egl/
H A DegluStaticES20Library.inl14 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
/external/deqp/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp158 ES3F_ADD_API_CASE(blend_func, "Invalid glBlendFunc() usage",
161 glBlendFunc(-1, GL_ONE);
163 glBlendFunc(GL_ONE, -1);
H A Des3fFboInvalidateTests.cpp190 glBlendFunc (GL_ONE, GL_ONE);
284 glBlendFunc (GL_ONE, GL_ONE);
339 glBlendFunc (GL_ONE, GL_ONE);
429 glBlendFunc (GL_ONE, GL_ONE);
539 glBlendFunc (GL_ONE, GL_ONE);
793 glBlendFunc (GL_ONE, GL_ONE);
895 glBlendFunc (GL_ONE, GL_ONE);
1178 glBlendFunc (GL_ONE, GL_ONE);
1305 glBlendFunc (GL_ONE, GL_ONE);
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl14 gl->blendFunc = &glBlendFunc;
H A DglwInitES30Direct.inl14 gl->blendFunc = &glBlendFunc;
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp161 ctx.glBlendFunc(-1, GL_ONE);
163 ctx.glBlendFunc(GL_ONE, -1);
393 {blend_func, "blend_func", "Invalid glBlendFunc() usage" },
/external/chromium_org/gpu/skia_bindings/
H A Dgl_bindings_skia_cmd_buffer.cc33 functions->fBlendFunc = glBlendFunc;
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/
H A DGrGLCreateNativeInterface_iOS.cpp25 functions->fBlendFunc = glBlendFunc;
/external/chromium_org/third_party/skia/src/views/sdl/
H A DSkOSWindow_SDL.cpp77 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/external/skia/src/gpu/gl/iOS/
H A DGrGLCreateNativeInterface_iOS.cpp25 functions->fBlendFunc = glBlendFunc;
/external/skia/src/views/sdl/
H A DSkOSWindow_SDL.cpp77 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h26 #define glBlendFunc GLES2_GET_FUN(BlendFunc) macro
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp38 functions->fBlendFunc = glBlendFunc;
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcvideo.c340 DEF(glBlendFunc),
/external/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp38 functions->fBlendFunc = glBlendFunc;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_context.c678 &glBlendFunc,
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp329 void ContextWrapper::glBlendFunc (deUint32 src, deUint32 dst) function in class:sglr::ContextWrapper
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c678 &glBlendFunc,

Completed in 781 milliseconds

123