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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h603 void GenTexturesImmediate(GLsizei n, GLuint* textures) { function
604 const uint32 size = gles2::cmds::GenTexturesImmediate::ComputeSize(n);
605 gles2::cmds::GenTexturesImmediate* c =
606 GetImmediateCmdSpaceTotalSize<gles2::cmds::GenTexturesImmediate>(size);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h3078 struct GenTexturesImmediate { struct
3079 typedef GenTexturesImmediate ValueType;
3113 COMPILE_ASSERT(sizeof(GenTexturesImmediate) == 8,
3115 COMPILE_ASSERT(offsetof(GenTexturesImmediate, header) == 0,
3117 COMPILE_ASSERT(offsetof(GenTexturesImmediate, n) == 4,

Completed in 84 milliseconds