Searched refs:glBlendColor (Results 1 - 25 of 45) sorted by relevance

12

/external/deqp/framework/egl/
H A DegluStaticES20Library.inl11 { "glBlendColor", (deFunctionPtr)glBlendColor },
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp31 } else if (0 == strcmp("glBlendColor", name)) {
32 return (GrGLFuncPtr) glBlendColor;
225 } else if (0 == strcmp("glBlendColor", name)) {
226 return (GrGLFuncPtr) glBlendColor;
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl11 gl->blendColor = &glBlendColor;
H A DglwInitES30Direct.inl11 gl->blendColor = &glBlendColor;
/external/chromium_org/gpu/skia_bindings/
H A Dgl_bindings_skia_cmd_buffer.cc32 functions->fBlendColor = glBlendColor;
/external/skia/src/gpu/gl/iOS/
H A DGrGLCreateNativeInterface_iOS.cpp24 functions->fBlendColor = glBlendColor;
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h23 #define glBlendColor GLES2_GET_FUN(BlendColor) macro
/external/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp37 functions->fBlendColor = glBlendColor;
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.cc362 glBlendColor(
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp339 void ContextWrapper::glBlendColor (float red, float green, float blue, float alpha) function in class:sglr::ContextWrapper
H A DsglrContextWrapper.hpp55 void glBlendColor (float red, float green, float blue, float alpha);
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h185 glBlendColor(blend_color_red,
309 glBlendColor(blend_color_red,
/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp231 GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.z(), paramSet.blendColor.w()));
H A Des2fRandomFragmentOpTests.cpp195 wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blendColor.w());
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp284 GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.z(), paramSet.blendColor.w()));
H A Des3fRandomFragmentOpTests.cpp195 wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blendColor.w());
H A Des3fFloatStateQueryTests.cpp1081 glBlendColor(fixedTests[ndx].r, fixedTests[ndx].g, fixedTests[ndx].b, fixedTests[ndx].a);
1094 glBlendColor(r, g, b, a);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h497 #define glBlendColor GLES2_GET_FUN(BlendColor) macro
646 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl68 gl->blendColor = glBlendColor;
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h385 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglprocs.h391 "glBlendColor\0"
1805 NAME_FUNC_OFFSET( 4264, glBlendColor, glBlendColor, NULL, 336),
2454 NAME_FUNC_OFFSET(18000, glBlendColor, glBlendColor, NULL, 336),
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
/external/chromium_org/ui/gl/
H A Dgl_bindings_skia_in_process.cc69 glBlendColor(red, green, blue, alpha);
/external/mesa3d/include/GLES2/
H A Dgl2.h481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);

Completed in 5224 milliseconds

12