/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 13 { "glBlendColor", (deFunctionPtr)glBlendColor },
|
D | egluStaticES30Library.inl | 20 { "glBlendColor", (deFunctionPtr)glBlendColor },
|
D | egluStaticES31Library.inl | 24 { "glBlendColor", (deFunctionPtr)glBlendColor },
|
D | egluStaticES32Library.inl | 25 { "glBlendColor", (deFunctionPtr)glBlendColor },
|
/external/skqp/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 31 M(glBlendColor) in egl_get_gl_proc()
|
/external/skia/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 31 M(glBlendColor) in egl_get_gl_proc()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 10 glBlendColor @8
|
D | libGLESv2.lds | 11 glBlendColor;
|
D | libGLESv2.hpp | 52 void (*glBlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); member in LibGLESv2exports
|
/external/mesa3d/src/mapi/es2api/ |
D | ABI-check | 48 glBlendColor
|
/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 | glwInitES32Direct.inl | 25 gl->blendColor = &glBlendColor;
|
D | glwInitES30.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 | 233 …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/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 281 …GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.… in iterate()
|
D | es3fRandomFragmentOpTests.cpp | 195 …wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blend… in setGLState()
|
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);
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/ |
D | gl2.h | 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLcl…
|