Home
last modified time | relevance | path

Searched refs:glBlendColor (Results 1 – 25 of 40) sorted by relevance

12

/external/deqp/framework/egl/
DegluStaticES20Library.inl13 { "glBlendColor", (deFunctionPtr)glBlendColor },
DegluStaticES30Library.inl20 { "glBlendColor", (deFunctionPtr)glBlendColor },
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp32 return (GrGLFuncPtr) glBlendColor; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl13 gl->blendColor = &glBlendColor;
DglwInitES30Direct.inl20 gl->blendColor = &glBlendColor;
DglwInitES20.inl13 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
DglwInitES31Direct.inl24 gl->blendColor = &glBlendColor;
DglwInitES30.inl20 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
DglwInitGL30.inl20 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
DglwInitGL31.inl20 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
DglwInitES31.inl24 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
DglwInitGL32.inl20 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp339 void ContextWrapper::glBlendColor (float red, float green, float blue, float alpha) in glBlendColor() function in sglr::ContextWrapper
DsglrContextWrapper.hpp55 void glBlendColor (float red, float green, float blue, float alpha);
/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp231 …GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.… in iterate()
Des2fRandomFragmentOpTests.cpp195 …wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blend… in setGLState()
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def366 glBlendColor
/external/deqp/modules/gles3/functional/
Des3fRandomFragmentOpTests.cpp195 …wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blend… in setGLState()
Des3fBlendTests.cpp284 …GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.… in iterate()
Des3fFloatStateQueryTests.cpp1082 glBlendColor(fixedTests[ndx].r, fixedTests[ndx].g, fixedTests[ndx].b, fixedTests[ndx].a); in test()
1095 glBlendColor(r, g, b, a); in test()
/external/deqp/doc/
DGLES2 Negative API Functions.txt69 x glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
DGLES3 Negative API Functions.txt124 x glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
/external/mesa3d/include/GLES2/
Dgl2.h481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLcl…
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl36 gl->blendColor = glBlendColor;
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl202 "glBlendColor",

12