Home
last modified time | relevance | path

Searched refs:ValidateBlendFunciOES (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DvalidationESEXT.cpp620 bool ValidateBlendFunciOES(const Context *context, GLuint buf, GLenum src, GLenum dst) in ValidateBlendFunciOES() function
DvalidationESEXT_autogen.h1557 bool ValidateBlendFunciOES(const Context *context, GLuint buf, GLenum src, GLenum dst);
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp8395 (context->skipValidation() || ValidateBlendFunciOES(context, buf, src, dst)); in GL_BlendFunciOES()