Searched refs:glUniform2f (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_transform.c | 201 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 D | glamor_copy.c | 44 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 D | gl_impl.hpp | 151 #define glUniform2f(...) QOpenGLContext::currentContext()->functions()->glUniform2f(__VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/libmali/include/GLES2/ |
| H A D | gl2.h | 641 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
|
| /OK3568_Linux_fs/external/libmali/include/GLES3/ |
| H A D | gl3.h | 641 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
|
| H A D | gl31.h | 643 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
|
| H A D | gl32.h | 643 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
|