/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | importgl.h | 62 FNDEF(void, glBlendFunc, (GLenum sfactor, GLenum dfactor)); 113 #define glBlendFunc FNPTR(glBlendFunc) macro
|
D | importgl.c | 56 IMPORT_FUNC_GL(glBlendFunc); in importGLInit()
|
D | demo.c | 543 glBlendFunc(GL_ZERO, GL_SRC_COLOR); in drawGroundPlane() 597 glBlendFunc(GL_ZERO, GL_SRC_COLOR); in drawFadeQuad()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeFragmentApiTests.cpp | 172 glBlendFunc(-1, GL_ONE); in init() 174 glBlendFunc(GL_ONE, -1); in init()
|
/external/autotest/client/deps/glbench/src/ |
D | fillratetest.cc | 88 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in Run() 180 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in Run()
|
D | testbase.cc | 197 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in FillRateTestBlendDepth()
|
D | windowmanagercompositingtest.cc | 285 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in InitializeCompositing()
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 16 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
|
D | egluStaticES30Library.inl | 23 { "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/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 15 glBlendFunc = glBlendFunc@8
|
D | opengl32.def | 15 glBlendFunc
|
D | stw_context.c | 678 &glBlendFunc,
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DrawableBitmap.java | 74 gl.glBlendFunc(GL10.GL_ONE, GL10.GL_ONE_MINUS_SRC_ALPHA); in beginDrawing()
|
D | GLErrorLogger.java | 76 public void glBlendFunc(int sfactor, int dfactor) { in glBlendFunc() method in GLErrorLogger.ErrorLoggingGL 77 ((GL10)mGL).glBlendFunc(sfactor, dfactor); in glBlendFunc()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 207 ctx.glBlendFunc(-1, GL_ONE); in blend_func() 209 ctx.glBlendFunc(GL_ONE, -1); in blend_func()
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 39 return (GrGLFuncPtr) glBlendFunc; in android_get_gl_proc()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 16 gl->blendFunc = &glBlendFunc;
|
D | glwInitES30Direct.inl | 23 gl->blendFunc = &glBlendFunc;
|
D | glwInitES20.inl | 16 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
|
D | glwInitES31Direct.inl | 27 gl->blendFunc = &glBlendFunc;
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 52 "glBlendFunc", 205 "glBlendFunc",
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 329 void ContextWrapper::glBlendFunc (deUint32 src, deUint32 dst) in glBlendFunc() function in sglr::ContextWrapper
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 271 glBlendFunc
|