Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gl_1_autogen.h142 void pixelMapfv(GLenum map, GLsizei mapsize, const GLfloat *values); \
DContext_gl.cpp1336 void Context::pixelMapfv(GLenum map, GLsizei mapsize, const GLfloat *values) in pixelMapfv() function in gl::Context
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp3945 context->pixelMapfv(map, mapsize, values); in GL_PixelMapfv()