/external/swiftshader/src/OpenGL/libGLESv2/ |
Device.cpp | 243 egl::Image *Device::createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool discard) 253 switch(format) 277 UNREACHABLE(format); 280 egl::Image *surface = new egl::Image(width, height, format, multiSampleDepth, lockable); 291 egl::Image *Device::createRenderTarget(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable) 299 egl::Image *surface = new egl::Image(width, height, format, multiSampleDepth, lockable);
|
libGLESv2.hpp | 27 enum Format : unsigned char; 67 GLenum format, GLsizei imageSize, const GLvoid* data); 158 GLenum format, GLenum type, GLsizei bufSize, GLvoid *data); 159 void (*glReadPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels); 176 GLint border, GLenum format, GLenum type, const GLvoid* pixels); 182 GLenum format, GLenum type, const GLvoid* pixels); 218 GLint border, GLenum format, GLenum type, const GLvoid* pixels); 219 void (*glTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels); 222 void (*glCompressedTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data); 246 egl::Image *(*createDepthStencil)(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool discard) [all...] |
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/ |
UefiInternalFormRepresentation.h | 269 /// The GUID package is used to carry data where the format is defined by a GUID. [all...] |
/external/v8/src/arm/ |
disasm-arm.cc | 78 int FormatVFPRegister(Instruction* instr, const char* format); 80 int FormatVFPinstruction(Instruction* instr, const char* format); 93 void Format(Instruction* instr, const char* format); 303 int Decoder::FormatRegister(Instruction* instr, const char* format) { 304 DCHECK(format[0] == 'r'); 305 if (format[1] == 'n') { // 'rn: Rn register 309 } else if (format[1] == 'd') { // 'rd: Rd register 313 } else if (format[1] == 's') { // 'rs: Rs register 317 } else if (format[1] == 'm') { // 'rm: Rm registe [all...] |
/external/v8/src/mips/ |
disasm-mips.cc | 102 void PrintFormat(Instruction* instr); // For floating format postfix. 110 void Format(Instruction* instr, const char* format); 475 int Decoder::FormatRegister(Instruction* instr, const char* format) { 476 DCHECK(format[0] == 'r'); 477 if (format[1] == 's') { // 'rs: Rs register. 481 } else if (format[1] == 't') { // 'rt: rt register. 485 } else if (format[1] == 'd') { // 'rd: rd register. 497 int Decoder::FormatFPURegister(Instruction* instr, const char* format) { 498 DCHECK(format[0] == 'f') [all...] |
/external/v8/src/mips64/ |
disasm-mips64.cc | 102 void PrintFormat(Instruction* instr); // For floating format postfix. 112 void Format(Instruction* instr, const char* format); 491 int Decoder::FormatRegister(Instruction* instr, const char* format) { 492 DCHECK(format[0] == 'r'); 493 if (format[1] == 's') { // 'rs: Rs register. 497 } else if (format[1] == 't') { // 'rt: rt register. 501 } else if (format[1] == 'd') { // 'rd: rd register. 513 int Decoder::FormatFPURegister(Instruction* instr, const char* format) { 514 DCHECK(format[0] == 'f') [all...] |
/external/v8/src/s390/ |
disasm-s390.cc | 77 void Format(Instruction* instr, const char* format); 142 int Decoder::FormatRegister(Instruction* instr, const char* format) { 143 DCHECK(format[0] == 'r'); 145 if (format[1] == '1') { // 'r1: register resides in bit 8-11 150 } else if (format[1] == '2') { // 'r2: register resides in bit 12-15 155 if (format[2] == 'd') { 163 } else if (format[1] == '3') { // 'r3: register resides in bit 16-19 168 } else if (format[1] == '4') { // 'r4: register resides in bit 20-23 173 } else if (format[1] == '5') { // 'r5: register resides in bit 24-2 [all...] |
/external/webrtc/tools/matlab/ |
rtpAnalyze.m | 202 %% Format string for each line of text: 216 %% Read columns of data according to format string.
|
/frameworks/base/libs/hwui/ |
FontRenderer.cpp | 222 // choose an appropriate cache texture list for this glyph format 223 SkMask::Format format = static_cast<SkMask::Format>(glyph.fMaskFormat); local 225 switch (format) { 235 ALOGD("getCacheTexturesForFormat: unknown SkMask format %x", format); 291 // Copy the glyph image, taking the mask format into account 292 switch (format) { 379 ALOGW("Unknown glyph format: 0x%x", format) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
RadioIndication.java | 152 SmsSession.Event.Format.SMS_FORMAT_3GPP); 365 SmsSession.Event.Format.SMS_FORMAT_3GPP2); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3dx9core.h | 154 INT count, RECT *rect, DWORD format, D3DCOLOR color) PURE; 156 INT count, RECT *rect, DWORD format, D3DCOLOR color) PURE; 296 D3DFORMAT Format; 364 D3DFORMAT Format; 498 D3DFORMAT format, WINBOOL stencil, D3DFORMAT stencil_format, struct ID3DXRenderToEnvMap **rtem); 500 D3DFORMAT format, WINBOOL stencil, D3DFORMAT stencil_format, struct ID3DXRenderToSurface **rts);
|
dxgi.idl | 85 DXGI_FORMAT Format; 238 [in] DXGI_FORMAT format, 337 [in] DXGI_FORMAT format,
|
/prebuilts/go/darwin-x86/src/cmd/gofmt/ |
internal.go | 5 // TODO(gri): This file and the file src/go/format/internal.go are 91 // format formats the given package file originally obtained from src 94 func format( func 144 // Format the source.
|
/prebuilts/go/darwin-x86/src/cmd/internal/gcprog/ |
gcprog.go | 8 // Program Format
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
doc.go | 8 calls whose arguments do not align with the format string. Vet uses heuristics 108 Format GobEncode GobDecode MarshalJSON MarshalXML 134 a format descriptor string in the manner of fmt.Printf. If not, vet 135 complains about arguments that look like format descriptor strings. 162 Struct tags that do not follow the format understood by reflect.StructTag.Get.
|
method.go | 46 "Format": {[]string{"=fmt.State", "rune"}, []string{}}, // fmt.Formatter
|
/prebuilts/go/darwin-x86/src/fmt/ |
print.go | 37 // the flags and options for the operand's format specifier. 51 // The implementation of Format may call Sprint(f) or Fprint(f) etc. 54 Format(f State, c rune) 58 // which defines the ``native'' format for that value. 60 // to any format that accepts a string or to an unformatted printer 69 // to a %#v format. 114 // fmt is used to format basic items such as integers or strings. 117 // reordered records whether the format string used argument reordering. 175 // These routines end in 'f' and take a format string. 177 // Fprintf formats according to a format specifier and writes to w [all...] |
/prebuilts/go/darwin-x86/src/go/format/ |
internal.go | 10 package format package 91 // format formats the given package file originally obtained from src 94 func format( func 144 // Format the source.
|
/prebuilts/go/darwin-x86/src/math/big/ |
floatconv_test.go | 153 format byte 306 got := f.Text(test.format, test.prec) 312 if test.format == 'b' && test.x == 0 { 313 continue // 'b' format in strconv.Float requires knowledge of bias for 0.0 315 if test.format == 'p' { 316 continue // 'p' format not supported in strconv.Format 319 // verify that Float format matches strconv format 320 want := strconv.FormatFloat(test.x, test.format, test.prec, 64 [all...] |
/prebuilts/go/linux-x86/src/cmd/gofmt/ |
internal.go | 5 // TODO(gri): This file and the file src/go/format/internal.go are 91 // format formats the given package file originally obtained from src 94 func format( func 144 // Format the source.
|
/prebuilts/go/linux-x86/src/cmd/internal/gcprog/ |
gcprog.go | 8 // Program Format
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
doc.go | 8 calls whose arguments do not align with the format string. Vet uses heuristics 108 Format GobEncode GobDecode MarshalJSON MarshalXML 134 a format descriptor string in the manner of fmt.Printf. If not, vet 135 complains about arguments that look like format descriptor strings. 162 Struct tags that do not follow the format understood by reflect.StructTag.Get.
|
method.go | 46 "Format": {[]string{"=fmt.State", "rune"}, []string{}}, // fmt.Formatter
|
/prebuilts/go/linux-x86/src/fmt/ |
print.go | 37 // the flags and options for the operand's format specifier. 51 // The implementation of Format may call Sprint(f) or Fprint(f) etc. 54 Format(f State, c rune) 58 // which defines the ``native'' format for that value. 60 // to any format that accepts a string or to an unformatted printer 69 // to a %#v format. 114 // fmt is used to format basic items such as integers or strings. 117 // reordered records whether the format string used argument reordering. 175 // These routines end in 'f' and take a format string. 177 // Fprintf formats according to a format specifier and writes to w [all...] |
/prebuilts/go/linux-x86/src/go/format/ |
internal.go | 10 package format package 91 // format formats the given package file originally obtained from src 94 func format( func 144 // Format the source.
|