Searched refs:fillImage (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/glx/ |
D | renderpix.c | 95 (*gc->fillImage) (gc, dim, width, height, depth, format, type, in __glXSendLargeImage() 150 (*gc->fillImage) (gc, 1, width, 1, 1, format, type, in __indirect_glSeparableFilter2D() 155 (*gc->fillImage) (gc, 1, height, 1, 1, format, type, in __indirect_glSeparableFilter2D() 186 (*gc->fillImage) (gc, 1, width, 1, 1, format, type, row, buf, in __indirect_glSeparableFilter2D() 189 (*gc->fillImage) (gc, 1, height, 1, 1, format, type, column, in __indirect_glSeparableFilter2D()
|
D | indirect_glx.c | 405 gc->fillImage = __glFillImage; in indirect_create_context()
|
D | glxclient.h | 334 void (*fillImage) (struct glx_context *, GLint, GLint, GLint, GLint, GLenum, member
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 263 void fillImage(glw::GLsizei image_width, glw::GLsizei image_height, const T* pixel_components, T* o… in fillImage() function 886 fillImage<T, N_Components>(texture_width, texture_height, components, &texture_data[0]); in prepareDataForTexture()
|