Searched refs:glBlendFunc (Results 1 – 25 of 89) sorted by relevance
1234
/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()
|
/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 | 83 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in Run() 175 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in Run()
|
D | testbase.cc | 198 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in FillRateTestBlendDepth()
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 16 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
|
D | egluStaticES30Library.inl | 23 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
|
D | egluStaticES31Library.inl | 27 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
|
D | egluStaticES32Library.inl | 30 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
|
/external/deqp/modules/gles3/functional/ |
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()
|
D | es3fNegativeFragmentApiTests.cpp | 161 glBlendFunc(-1, GL_ONE); in init() 163 glBlendFunc(GL_ONE, -1); in init()
|
/external/mesa3d/src/mapi/es1api/ |
D | ABI-check | 36 glBlendFunc
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 22 glBlendFunc = glBlendFunc@8
|
D | osmesa.def | 25 glBlendFunc
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.lds | 38 glBlendFunc;
|
D | libGLES_CM.def | 37 glBlendFunc @30
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 15 glBlendFunc = glBlendFunc@8
|
D | opengl32.def | 15 glBlendFunc
|
/external/skia/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 33 M(glBlendFunc) in egl_get_gl_proc()
|
/external/skqp/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 33 M(glBlendFunc) in egl_get_gl_proc()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DrawableBitmap.java | 74 gl.glBlendFunc(GL10.GL_ONE, GL10.GL_ONE_MINUS_SRC_ALPHA); in beginDrawing()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 13 glBlendFunc @11
|
D | libGLESv2.lds | 14 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/mesa3d/src/mapi/es2api/ |
D | ABI-check | 53 glBlendFunc
|
1234