Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gl_1_4_autogen.h52 void windowPos3s(GLshort x, GLshort y, GLshort z); \
DContext_gl.cpp671 void Context::windowPos3s(GLshort x, GLshort y, GLshort z) in windowPos3s() function in gl::Context
/external/angle/src/libGL/
Dentry_points_gl_1_4_autogen.cpp913 context->windowPos3s(x, y, z); in WindowPos3s()