Searched refs:glBlendFuncSeparate (Results 1 - 25 of 44) sorted by relevance

12

/external/deqp/modules/gles2/functional/
H A Des2fNegativeFragmentApiTests.cpp156 ES2F_ADD_API_CASE(blend_func_separate, "Invalid glBlendFuncSeparate() usage",
159 glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
161 glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
163 glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
165 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
H A Des2fBlendTests.cpp230 GLU_CHECK_CALL(glBlendFuncSeparate(paramSet.srcFuncRGB, paramSet.dstFuncRGB, paramSet.srcFuncAlpha, paramSet.dstFuncAlpha));
H A Des2fIntegerStateQueryTests.cpp1434 glBlendFuncSeparate(func, GL_ZERO, GL_ZERO, GL_ZERO);
1438 glBlendFuncSeparate(GL_ZERO, func, GL_ZERO, GL_ZERO);
1442 glBlendFuncSeparate(GL_ZERO, GL_ZERO, func, GL_ZERO);
1446 glBlendFuncSeparate(GL_ZERO, GL_ZERO, GL_ZERO, func);
H A Des2fRandomFragmentOpTests.cpp194 wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAState.dstFunc);
/external/deqp/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp167 ES3F_ADD_API_CASE(blend_func_separate, "Invalid glBlendFuncSeparate() usage",
170 glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
172 glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
174 glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
176 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
H A Des3fBlendTests.cpp283 GLU_CHECK_CALL(glBlendFuncSeparate(paramSet.srcFuncRGB, paramSet.dstFuncRGB, paramSet.srcFuncAlpha, paramSet.dstFuncAlpha));
H A Des3fRandomFragmentOpTests.cpp194 wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAState.dstFunc);
H A Des3fIntegerStateQueryTests.cpp1859 glBlendFuncSeparate(func, GL_ZERO, GL_ZERO, GL_ZERO);
1863 glBlendFuncSeparate(GL_ZERO, func, GL_ZERO, GL_ZERO);
1867 glBlendFuncSeparate(GL_ZERO, GL_ZERO, func, GL_ZERO);
1871 glBlendFuncSeparate(GL_ZERO, GL_ZERO, GL_ZERO, func);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp171 ctx.glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
173 ctx.glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
175 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
177 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
394 {blend_func_separate, "blend_func_separate", "Invalid glBlendFuncSeparate() usage" },
/external/deqp/framework/egl/
H A DegluStaticES20Library.inl15 { "glBlendFuncSeparate", (deFunctionPtr)glBlendFuncSeparate },
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl15 gl->blendFuncSeparate = &glBlendFuncSeparate;
H A DglwInitES30Direct.inl15 gl->blendFuncSeparate = &glBlendFuncSeparate;
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h27 #define glBlendFuncSeparate GLES2_GET_FUN(BlendFuncSeparate) macro
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.cc388 glBlendFuncSeparate(
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp334 void ContextWrapper::glBlendFuncSeparate (deUint32 srcRGB, deUint32 dstRGB, deUint32 srcAlpha, deUint32 dstAlpha) function in class:sglr::ContextWrapper
H A DsglrContextWrapper.hpp59 void glBlendFuncSeparate (deUint32 srcRGB, deUint32 dstRGB, deUint32 srcAlpha, deUint32 dstAlpha);
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h196 glBlendFuncSeparate(blend_source_rgb,
314 glBlendFuncSeparate(
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h501 #define glBlendFuncSeparate GLES2_GET_FUN(BlendFuncSeparate) macro
650 GL_APICALL void GL_APIENTRY glBlendFuncSeparate (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
/external/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl83 gl->blendFuncSeparate = glBlendFuncSeparate;
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h484 GL_APICALL void GL_APIENTRY glBlendFuncSeparate (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h389 GL_APICALL void GL_APIENTRY glBlendFuncSeparate (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h485 GL_APICALL void GL_APIENTRY glBlendFuncSeparate (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
/external/mesa3d/include/GLES2/
H A Dgl2.h485 GL_APICALL void GL_APIENTRY glBlendFuncSeparate (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc121 glBlendFuncSeparate(srcRGB, dstRGB, srcAlpha, dstAlpha);

Completed in 956 milliseconds

12