Home
last modified time | relevance | path

Searched refs:glBlendFunc (Results 1 – 25 of 59) sorted by relevance

123

/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dimportgl.h62 FNDEF(void, glBlendFunc, (GLenum sfactor, GLenum dfactor));
113 #define glBlendFunc FNPTR(glBlendFunc) macro
Dimportgl.c56 IMPORT_FUNC_GL(glBlendFunc); in importGLInit()
Ddemo.c543 glBlendFunc(GL_ZERO, GL_SRC_COLOR); in drawGroundPlane()
597 glBlendFunc(GL_ZERO, GL_SRC_COLOR); in drawFadeQuad()
/external/deqp/modules/gles2/functional/
Des2fNegativeFragmentApiTests.cpp172 glBlendFunc(-1, GL_ONE); in init()
174 glBlendFunc(GL_ONE, -1); in init()
/external/autotest/client/deps/glbench/src/
Dfillratetest.cc88 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in Run()
180 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in Run()
Dtestbase.cc197 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in FillRateTestBlendDepth()
Dwindowmanagercompositingtest.cc285 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in InitializeCompositing()
/external/deqp/framework/egl/
DegluStaticES20Library.inl16 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
DegluStaticES30Library.inl23 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
/external/deqp/modules/gles3/functional/
Des3fNegativeFragmentApiTests.cpp161 glBlendFunc(-1, GL_ONE); in init()
163 glBlendFunc(GL_ONE, -1); in init()
Des3fFboInvalidateTests.cpp190 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/
Dopengl32.mingw.def15 glBlendFunc = glBlendFunc@8
Dopengl32.def15 glBlendFunc
Dstw_context.c678 &glBlendFunc,
/external/replicaisland/src/com/replica/replicaisland/
DDrawableBitmap.java74 gl.glBlendFunc(GL10.GL_ONE, GL10.GL_ONE_MINUS_SRC_ALPHA); in beginDrawing()
DGLErrorLogger.java76 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/
Des31fNegativeFragmentApiTests.cpp207 ctx.glBlendFunc(-1, GL_ONE); in blend_func()
209 ctx.glBlendFunc(GL_ONE, -1); in blend_func()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp39 return (GrGLFuncPtr) glBlendFunc; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl16 gl->blendFunc = &glBlendFunc;
DglwInitES30Direct.inl23 gl->blendFunc = &glBlendFunc;
DglwInitES20.inl16 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
DglwInitES31Direct.inl27 gl->blendFunc = &glBlendFunc;
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl52 "glBlendFunc",
205 "glBlendFunc",
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp329 void ContextWrapper::glBlendFunc (deUint32 src, deUint32 dst) in glBlendFunc() function in sglr::ContextWrapper
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def271 glBlendFunc

123