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

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 17 static uint32 ComputeSize() {
51 static uint32 ComputeSize() {
89 static uint32 ComputeSize() {
145 static uint32 ComputeSize() {
188 static uint32 ComputeSize() {
226 static uint32 ComputeSize() {
264 static uint32 ComputeSize() {
302 static uint32 ComputeSize() {
340 static uint32 ComputeSize() {
388 static uint32 ComputeSize() {
    [all...]
gles2_cmd_format.h 84 static size_t ComputeSize(size_t num_results) {
188 static uint32 ComputeSize() {
254 static uint32 ComputeSize() {
309 static uint32 ComputeSize() {
374 static uint32 ComputeSize() {
  /art/compiler/dex/quick/x86/
assemble_x86.cc     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper_autogen.h 282 const uint32 size = gles2::cmds::DeleteBuffersImmediate::ComputeSize(n);
302 gles2::cmds::DeleteFramebuffersImmediate::ComputeSize(n);
330 gles2::cmds::DeleteRenderbuffersImmediate::ComputeSize(n);
355 const uint32 size = gles2::cmds::DeleteTexturesImmediate::ComputeSize(n);
487 const uint32 size = gles2::cmds::GenBuffersImmediate::ComputeSize(n);
513 const uint32 size = gles2::cmds::GenFramebuffersImmediate::ComputeSize(n);
533 const uint32 size = gles2::cmds::GenRenderbuffersImmediate::ComputeSize(n);
551 const uint32 size = gles2::cmds::GenTexturesImmediate::ComputeSize(n);
1020 const uint32 size = gles2::cmds::TexParameterfvImmediate::ComputeSize();
1048 const uint32 size = gles2::cmds::TexParameterivImmediate::ComputeSize();
    [all...]
gles2_implementation.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/infobars/
extension_infobar.cc 49 : gfx::CanvasImageSource(ComputeSize(drop_image), false),
67 gfx::Size ComputeSize(const gfx::ImageSkia& drop_image) const {
  /art/runtime/
stack.h 62 static size_t ComputeSize(uint32_t num_vregs) {
70 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)];
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 221 static size_t ComputeSize(Config, int width, int height);
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 427 /// ComputeSize - calculate the size of the block.
429 unsigned ComputeSize(AsmPrinter *AP);
DIE.cpp 391 /// ComputeSize - calculate the size of the block.
393 unsigned DIEBlock::ComputeSize(AsmPrinter *AP) {
DwarfCompileUnit.cpp 238 Block->ComputeSize(Asm);
    [all...]
  /external/skia/include/core/
SkBitmap.h 221 static size_t ComputeSize(Config, int width, int height);
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_bubble_view.cc 95 gfx::Size ComputeSize(const gfx::ImageSkia& icon,
109 : gfx::CanvasImageSource(ComputeSize(icon, icon_size, badge), false),
125 gfx::Size BadgeImageSource::ComputeSize(const gfx::ImageSkia& icon,
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_autogen.h 927 c.params_shm_id, c.params_shm_offset, Result::ComputeSize(num_values));
    [all...]
gles2_cmd_decoder_unittest.cc     [all...]
gles2_cmd_decoder.cc     [all...]
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 196 void* memory = alloca(ShadowFrame::ComputeSize(num_regs));
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 284 void* memory = alloca(ShadowFrame::ComputeSize(num_regs));
  /art/oatdump/
oatdump.cc 154 size_t ComputeSize(const void* oat_data) {
    [all...]
  /art/runtime/interpreter/
interpreter.cc 458 void* memory = alloca(ShadowFrame::ComputeSize(num_regs));
571 void* memory = alloca(ShadowFrame::ComputeSize(num_regs));
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 220 size_t SkBitmap::ComputeSize(Config c, int width, int height) {
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 220 size_t SkBitmap::ComputeSize(Config c, int width, int height) {
    [all...]

Completed in 1426 milliseconds