Home | History | Annotate | Download | only in client

Lines Matching defs:GenTexturesImmediate

517 void GenTexturesImmediate(GLsizei n, GLuint* textures) {
518 const uint32_t size = gles2::cmds::GenTexturesImmediate::ComputeSize(n);
519 gles2::cmds::GenTexturesImmediate* c =
520 GetImmediateCmdSpaceTotalSize<gles2::cmds::GenTexturesImmediate>(size);