OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenTexturesImmediate
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h
77
OP(
GenTexturesImmediate
) /* 320 */ \
gles2_cmd_format_test_autogen.h
[
all
...]
gles2_cmd_format_autogen.h
[
all
...]
/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
...]
gles2_implementation_impl_autogen.h
477
helper_->
GenTexturesImmediate
(n, textures);
[
all
...]
gles2_implementation_unittest_autogen.h
508
cmds::
GenTexturesImmediate
gen;
[
all
...]
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1_autogen.h
[
all
...]
gles2_cmd_decoder_unittest.cc
[
all
...]
gles2_cmd_decoder_unittest_base.cc
319
GenHelper<cmds::
GenTexturesImmediate
>(client_texture_id_);
[
all
...]
gles2_cmd_decoder_autogen.h
903
uint32 immediate_data_size, const gles2::cmds::
GenTexturesImmediate
& c) {
[
all
...]
Completed in 49 milliseconds