Searched defs:GenTexturesImmediate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h517 void GenTexturesImmediate(GLsizei n, GLuint* textures) { function
518 const uint32_t size = gles2::cmds::GenTexturesImmediate::ComputeSize(n);
519 gles2::cmds::GenTexturesImmediate* c =
520 GetImmediateCmdSpaceTotalSize<gles2::cmds::GenTexturesImmediate>(size);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h2360 struct GenTexturesImmediate { struct
2361 typedef GenTexturesImmediate ValueType;
2395 COMPILE_ASSERT(sizeof(GenTexturesImmediate) == 8,
2397 COMPILE_ASSERT(offsetof(GenTexturesImmediate, header) == 0,
2399 COMPILE_ASSERT(offsetof(GenTexturesImmediate, n) == 4,

Completed in 269 milliseconds