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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp413 void GLTrace_glBlendFuncSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) { argument
425 // copy argument dfactorRGB
429 arg_dfactorRGB->add_intvalue((int)dfactorRGB);
446 glContext->hooks->gl.glBlendFuncSeparate(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha);
[all...]

Completed in 525 milliseconds