Home
last modified time | relevance | path

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

123

/external/deqp/framework/egl/
DegluStaticES20Library.inl13 { "glBlendColor", (deFunctionPtr)glBlendColor },
DegluStaticES30Library.inl20 { "glBlendColor", (deFunctionPtr)glBlendColor },
/external/mesa3d/src/mapi/es2api/
DABI-check24 glBlendColor
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def10 glBlendColor @8
DlibGLESv2.lds11 glBlendColor;
DlibGLESv2.hpp52 void (*glBlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); member in LibGLESv2exports
/external/skia/src/gpu/gl/android/
DGrGLMakeNativeInterface_android.cpp34 return (GrGLFuncPtr) glBlendColor; in android_get_gl_proc()
/external/skqp/src/gpu/gl/android/
DGrGLMakeNativeInterface_android.cpp34 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;
DglwInitES32Direct.inl25 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");
/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.cpp233 …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/deqp/modules/gles3/functional/
Des3fRandomFragmentOpTests.cpp195 …wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blend… in setGLState()
Des3fBlendTests.cpp281 …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);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2.h481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLcl…

123