Home
last modified time | relevance | path

Searched defs:MappedTexture (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation.h306 struct MappedTexture : public MappedResource { in NON_EXPORTED_BASE() struct
307 MappedTexture( in NON_EXPORTED_BASE() argument
332 GLenum target; in NON_EXPORTED_BASE()
333 GLint level; in NON_EXPORTED_BASE()
334 GLint xoffset; in NON_EXPORTED_BASE()
335 GLint yoffset; in NON_EXPORTED_BASE()
336 GLsizei width; in NON_EXPORTED_BASE()
337 GLsizei height; in NON_EXPORTED_BASE()
338 GLenum format; in NON_EXPORTED_BASE()
339 GLenum type; in NON_EXPORTED_BASE()