HomeSort by relevance Sort by last modified time
    Searched refs:fillImage (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/glx/
renderpix.c 95 (*gc->fillImage) (gc, dim, width, height, depth, format, type,
150 (*gc->fillImage) (gc, 1, width, 1, 1, format, type,
155 (*gc->fillImage) (gc, 1, height, 1, 1, format, type,
186 (*gc->fillImage) (gc, 1, width, 1, 1, format, type, row, buf,
189 (*gc->fillImage) (gc, 1, height, 1, 1, format, type, column,
glxclient.h 334 void (*fillImage) (struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
indirect_glx.c 405 gc->fillImage = __glFillImage;
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.cpp 263 void fillImage(glw::GLsizei image_width, glw::GLsizei image_height, const T* pixel_components, T* out_data)
    [all...]

Completed in 212 milliseconds