/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 13 { "glBlendColor", (deFunctionPtr)glBlendColor },
|
D | egluStaticES30Library.inl | 20 { "glBlendColor", (deFunctionPtr)glBlendColor },
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 32 return (GrGLFuncPtr) glBlendColor; in android_get_gl_proc()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 13 gl->blendColor = &glBlendColor;
|
D | glwInitES30Direct.inl | 20 gl->blendColor = &glBlendColor;
|
D | glwInitES20.inl | 13 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
|
D | glwInitES31Direct.inl | 24 gl->blendColor = &glBlendColor;
|
D | glwInitES30.inl | 20 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
|
D | glwInitGL30.inl | 20 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
|
D | glwInitGL31.inl | 20 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
|
D | glwInitES31.inl | 24 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
|
D | glwInitGL32.inl | 20 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 339 void ContextWrapper::glBlendColor (float red, float green, float blue, float alpha) in glBlendColor() function in sglr::ContextWrapper
|
D | sglrContextWrapper.hpp | 55 void glBlendColor (float red, float green, float blue, float alpha);
|
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 231 …GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.… in iterate()
|
D | es2fRandomFragmentOpTests.cpp | 195 …wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blend… in setGLState()
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 366 glBlendColor
|
/external/deqp/modules/gles3/functional/ |
D | es3fRandomFragmentOpTests.cpp | 195 …wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blend… in setGLState()
|
D | es3fBlendTests.cpp | 284 …GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.… in iterate()
|
D | es3fFloatStateQueryTests.cpp | 1082 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/ |
D | GLES2 Negative API Functions.txt | 69 x glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
D | GLES3 Negative API Functions.txt | 124 x glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLcl…
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 36 gl->blendColor = glBlendColor;
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 202 "glBlendColor",
|