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

123

/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dimportgl.c56 IMPORT_FUNC_GL(glBlendFunc);
H A Dimportgl.h62 FNDEF(void, glBlendFunc, (GLenum sfactor, GLenum dfactor));
113 #define glBlendFunc FNPTR(glBlendFunc) macro
H A Ddemo.c543 glBlendFunc(GL_ZERO, GL_SRC_COLOR);
597 glBlendFunc(GL_ZERO, GL_SRC_COLOR);
/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/autotest/client/deps/glbench/src/
H A Dfillratetest.cc88 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
180 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dtestbase.cc199 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dwindowmanagercompositingtest.cc285 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/external/mesa3d/src/mapi/es1api/
H A DABI-check18 glBlendFunc
/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.inl16 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
H A DegluStaticES30Library.inl23 { "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/mesa3d/src/mapi/es2api/
H A DABI-check27 glBlendFunc
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl16 gl->blendFunc = &glBlendFunc;
H A DglwInitES30Direct.inl23 gl->blendFunc = &glBlendFunc;
H A DglwInitES31Direct.inl27 gl->blendFunc = &glBlendFunc;
/external/skia/src/gpu/gl/android/
H A DGrGLMakeNativeInterface_android.cpp37 } else if (0 == strcmp("glBlendFunc", name)) {
38 return (GrGLFuncPtr) glBlendFunc;
/external/skqp/src/gpu/gl/android/
H A DGrGLMakeNativeInterface_android.cpp37 } else if (0 == strcmp("glBlendFunc", name)) {
38 return (GrGLFuncPtr) glBlendFunc;
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp207 ctx.glBlendFunc(-1, GL_ONE);
209 ctx.glBlendFunc(GL_ONE, -1);
489 {blend_func, "blend_func", "Invalid glBlendFunc() usage" },
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp329 void ContextWrapper::glBlendFunc (deUint32 src, deUint32 dst) function in class:sglr::ContextWrapper
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTPrint3DAPI.cpp507 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c757 &glBlendFunc,
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.hpp53 void (*glBlendFunc)(GLenum sfactor, GLenum dfactor); member in class:LibGLES_CMexports

Completed in 848 milliseconds

123