Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_autogen.h221 void texCoord4s(GLshort s, GLshort t, GLshort r, GLshort q); \
DContext_gl.cpp1727 void Context::texCoord4s(GLshort s, GLshort t, GLshort r, GLshort q) in texCoord4s() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp6257 context->texCoord4s(s, t, r, q); in GL_TexCoord4s()