OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alphaFunc
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComponentTransfer.h
66
const ComponentTransferFunction& blueFunc, const ComponentTransferFunction&
alphaFunc
);
86
const ComponentTransferFunction& blueFunc, const ComponentTransferFunction&
alphaFunc
);
FEComponentTransfer.cpp
43
const ComponentTransferFunction& blueFunc, const ComponentTransferFunction&
alphaFunc
)
48
, m_alphaFunc(
alphaFunc
)
53
const ComponentTransferFunction& greenFunc, const ComponentTransferFunction& blueFunc, const ComponentTransferFunction&
alphaFunc
)
55
return adoptRef(new FEComponentTransfer(filter, redFunc, greenFunc, blueFunc,
alphaFunc
));
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.h
27
static bool
alphaFunc
(GLenum f);
GLEScmValidate.cpp
32
bool GLEScmValidate::
alphaFunc
(GLenum f) {
GLEScmImp.cpp
274
SET_ERROR_IF(!GLEScmValidate::
alphaFunc
(func),GL_INVALID_ENUM);
281
SET_ERROR_IF(!GLEScmValidate::
alphaFunc
(func),GL_INVALID_ENUM);
[
all
...]
Completed in 75 milliseconds