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

1 2

  /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(uint32 data_size) {
192 static uint32 ComputeSize() {
235 static uint32 ComputeSize() {
273 static uint32 ComputeSize() {
311 static uint32 ComputeSize() {
349 static uint32 ComputeSize() {
387 static uint32 ComputeSize() {
    [all...]
gles2_cmd_format.h 85 static size_t ComputeSize(size_t num_results) {
189 static uint32 ComputeSize() {
258 static uint32 ComputeSize(const char* s) {
264 header.SetCmdByTotalSize<ValueType>(ComputeSize(s));
281 uint32 total_size = ComputeSize(_name);
315 static uint32 ComputeSize() {
370 static uint32 ComputeSize() {
439 static uint32 ComputeSize(const char* s) {
445 header.SetCmdByTotalSize<ValueType>(ComputeSize(s));
462 uint32 total_size = ComputeSize(_name)
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper.h 44 const uint32 size = gles2::cmds::GetAttribLocationImmediate::ComputeSize(
79 const uint32 size = gles2::cmds::GetUniformLocationImmediate::ComputeSize(
gles2_cmd_helper_autogen.h 335 const uint32 size = gles2::cmds::DeleteBuffersImmediate::ComputeSize(n);
355 gles2::cmds::DeleteFramebuffersImmediate::ComputeSize(n);
383 gles2::cmds::DeleteRenderbuffersImmediate::ComputeSize(n);
408 const uint32 size = gles2::cmds::DeleteTexturesImmediate::ComputeSize(n);
540 const uint32 size = gles2::cmds::GenBuffersImmediate::ComputeSize(n);
566 const uint32 size = gles2::cmds::GenFramebuffersImmediate::ComputeSize(n);
586 const uint32 size = gles2::cmds::GenRenderbuffersImmediate::ComputeSize(n);
604 const uint32 size = gles2::cmds::GenTexturesImmediate::ComputeSize(n);
    [all...]
  /art/compiler/dex/quick/x86/
assemble_x86.cc     [all...]
  /external/skia/src/images/
SkFlipPixelRef.cpp 15 fSize = SkBitmap::ComputeSize(config, width, height);
  /external/chromium_org/chrome/browser/ui/views/infobars/
extension_infobar.cc 46 : gfx::CanvasImageSource(ComputeSize(drop_image), false),
64 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 94 gfx::Size ComputeSize(const gfx::ImageSkia& icon,
108 : gfx::CanvasImageSource(ComputeSize(icon, icon_size, badge), false),
124 gfx::Size BadgeImageSource::ComputeSize(const gfx::ImageSkia& icon,
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_autogen.h     [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 225 size_t SkBitmap::ComputeSize(Config c, int width, int height) {
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 225 size_t SkBitmap::ComputeSize(Config c, int width, int height) {
    [all...]

Completed in 1165 milliseconds

1 2