HomeSort by relevance Sort by last modified time
    Searched refs:GenTexturesImmediate (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 70 OP(GenTexturesImmediate) /* 311 */ \
gles2_cmd_format_test_autogen.h     [all...]
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_framebuffers.cc     [all...]
gles2_cmd_decoder_unittest_drawing.cc     [all...]
gles2_cmd_decoder_unittest_1_autogen.h 873 cmds::GenTexturesImmediate* cmd =
874 GetImmediateAs<cmds::GenTexturesImmediate>();
876 SpecializedSetup<cmds::GenTexturesImmediate, 0>(true);
    [all...]
gles2_cmd_decoder_unittest_base.cc 396 GenHelper<cmds::GenTexturesImmediate>(client_texture_id_);
    [all...]
gles2_cmd_decoder_autogen.h 783 const gles2::cmds::GenTexturesImmediate& c) {
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper_autogen.h 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);
    [all...]
gles2_implementation_impl_autogen.h 567 helper_->GenTexturesImmediate(n, textures);
    [all...]
gles2_implementation_unittest_autogen.h 529 cmds::GenTexturesImmediate gen;
    [all...]

Completed in 49 milliseconds