OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GenTexturesImmediate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper_autogen.h
550
void
GenTexturesImmediate
(GLsizei n, GLuint* textures) {
551
const uint32 size = gles2::cmds::
GenTexturesImmediate
::ComputeSize(n);
552
gles2::cmds::
GenTexturesImmediate
* c =
553
GetImmediateCmdSpaceTotalSize<gles2::cmds::
GenTexturesImmediate
>(size);
[
all
...]
/external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h
[
all
...]
Completed in 637 milliseconds