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

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2.cc 166 cmds::Uniform2fvImmediate& cmd =
167 *GetImmediateAs<cmds::Uniform2fvImmediate>();
397 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform2fvImmediate, 0>(
gles2_cmd_decoder_unittest_2_autogen.h 320 cmds::Uniform2fvImmediate& cmd = *GetImmediateAs<cmds::Uniform2fvImmediate>();
324 SpecializedSetup<cmds::Uniform2fvImmediate, 0>(true);
gles2_cmd_decoder_autogen.h     [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 133 OP(Uniform2fvImmediate) /* 374 */ \
gles2_cmd_format_autogen.h     [all...]
gles2_cmd_format_test_autogen.h     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper_autogen.h 1115 void Uniform2fvImmediate(GLint location, GLsizei count, const GLfloat* v) {
1116 const uint32_t size = gles2::cmds::Uniform2fvImmediate::ComputeSize(count);
1117 gles2::cmds::Uniform2fvImmediate* c =
1118 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform2fvImmediate>(size);
    [all...]
gles2_implementation_impl_autogen.h     [all...]
gles2_implementation_unittest_autogen.h     [all...]

Completed in 540 milliseconds