Searched defs:sfactorRGB (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp165 void glBlendFuncSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) {} argument
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp413 void GLTrace_glBlendFuncSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) { argument
419 // copy argument sfactorRGB
423 arg_sfactorRGB->add_intvalue((int)sfactorRGB);
446 glContext->hooks->gl.glBlendFuncSeparate(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha);
[all...]

Completed in 174 milliseconds