Home
last modified time | relevance | path

Searched refs:glUniform2f (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_transform.c201 glUniform2f(offset_uniform, off_x, off_y); in glamor_set_texture()
202 glUniform2f(size_inv_uniform, 1.0f/texture->drawable.width, 1.0f/texture->drawable.height); in glamor_set_texture()
H A Dglamor_copy.c44 glUniform2f(prog->fill_offset_uniform, args->dx, args->dy); in use_copyarea()
45 glUniform2f(prog->fill_size_inv_uniform, 1.0f/src->width, 1.0f/src->height); in use_copyarea()
73 glUniform2f(prog->fill_offset_uniform, args->dx, args->dy); in use_copyplane()
74 glUniform2f(prog->fill_size_inv_uniform, 1.0f/src->width, 1.0f/src->height); in use_copyplane()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/
H A Dgl_impl.hpp151 #define glUniform2f(...) QOpenGLContext::currentContext()->functions()->glUniform2f(__VA_ARGS__) macro
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h641 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h641 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
H A Dgl31.h643 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
H A Dgl32.h643 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);