HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 826 - 850 of 1259) sorted by null

<<31323334353637383940>>

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 707 // Only support BITMAPINFOHEADER format.
804 // Convert image from BMP to Blt buffer format
865 // Other bit format BMP is not supported.
915 EFI_BADGING_FORMAT Format;
1004 &Format,
1016 // Currently only support BMP format.
1018 if (Format != EfiBadgingFormatBMP) {
    [all...]
  /external/mesa3d/src/mesa/program/
program.c 275 prog->Format = GL_PROGRAM_FORMAT_ASCII_ARB;
499 clone->Format = prog->Format;
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 217 "A format (currently must be \"xml\"), optionally followed "
373 // Returns the output format, or "" for normal printed output.
465 const String& full_name = String::Format("%s.%s",
801 return c_str ? String::Format("\"%s\"", c_str) : String("(null)");
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Image.cpp 39 Image::Image(Texture *parentTexture, GLsizei width, GLsizei height, GLenum format, GLenum type)
40 : parentTexture(parentTexture), width(width), height(height), format(format), type(type)
41 , internalFormat(selectInternalFormat(format, type)), multiSampleDepth(1)
42 , sw::Surface(getParentResource(parentTexture), width, height, 1, selectInternalFormat(format, type), true, true)
47 Image::Image(Texture *parentTexture, GLsizei width, GLsizei height, sw::Format internalFormat, int multiSampleDepth, bool lockable, bool renderTarget)
48 : parentTexture(parentTexture), width(width), height(height), internalFormat(internalFormat), format(0 /*GL_NONE*/), type(0 /*GL_NONE*/), multiSampleDepth(multiSampleDepth)
86 return format;
94 sw::Format Image::getInternalFormat()
139 sw::Format Image::selectInternalFormat(GLenum format, GLenum type
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 349 const Format tmp = {fmt, VK_IMAGE_TILING_LINEAR, props.linearTilingFeatures};
354 const Format tmp = {fmt, VK_IMAGE_TILING_OPTIMAL, props.optimalTilingFeatures};
362 VkFormatProperties Device::format_properties(VkFormat format) {
364 vkGetPhysicalDeviceFormatProperties(phy().handle(), format, &data);
520 for (std::vector<Device::Format>::const_iterator it = dev.formats().begin(); it != dev.formats().end(); it++) {
521 if (memcmp(&it->format, &create_info_.format, sizeof(it->format)) == 0 && it->tiling == create_info_.tiling) {
vktestbinding.h 164 struct Format {
165 VkFormat format; member in struct:vk_testing::Device::Format
170 VkFormatProperties format_properties(VkFormat format);
171 const std::vector<Format> &formats() const { return formats_; }
219 std::vector<Format> formats_;
409 VkFormat format() const { return create_info_.format; } function in class:vk_testing::Image
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h 824 DNS_STATUS DnsValidateName_UTF8(LPCSTR pszName,DNS_NAME_FORMAT Format);
825 DNS_STATUS DnsValidateName_W(LPCWSTR pwszName,DNS_NAME_FORMAT Format);
826 DNS_STATUS DnsValidateName_A(LPCSTR pszName,DNS_NAME_FORMAT Format);
d3d9.h 195 STDMETHOD_(UINT, GetAdapterModeCount)(THIS_ UINT Adapter, D3DFORMAT Format) PURE;
196 STDMETHOD(EnumAdapterModes)(THIS_ UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE* pMode) PURE;
277 STDMETHOD_(UINT, GetAdapterModeCount)(THIS_ UINT Adapter, D3DFORMAT Format) PURE;
278 STDMETHOD(EnumAdapterModes)(THIS_ UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE* pMode) PURE;
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
fmt_test.go 87 func (f F) Format(s State, c rune) {
128 func (byteFormatter) Format(f State, _ rune) {
375 // unicode format
419 // Precision has no effect for binary float format.
471 // Precision has no effect for binary complex format.
806 // Extra argument errors should format without flags set.
822 char *format[] = {
839 printf("%s: ", format[i]);
840 printf(format[i], 1.0);
842 printf(format[i], -1.0)
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
fmt_test.go 87 func (f F) Format(s State, c rune) {
128 func (byteFormatter) Format(f State, _ rune) {
375 // unicode format
419 // Precision has no effect for binary float format.
471 // Precision has no effect for binary complex format.
806 // Extra argument errors should format without flags set.
822 char *format[] = {
839 printf("%s: ", format[i]);
840 printf(format[i], 1.0);
842 printf(format[i], -1.0)
    [all...]
  /external/swiftshader/src/Renderer/
Surface.cpp 67 switch(format)
390 switch(format)
1089 switch(format)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 334 * of the given format and type.
337 internal_format(struct gl_context *ctx, GLenum format, GLenum type)
339 switch (format) {
372 if (_mesa_is_enum_format_integer(format)) {
480 GLsizei width, GLsizei height, GLenum format, GLenum type,
491 intFormat = internal_format(ctx, format, type);
495 format, type, GL_FALSE);
539 format, type, /* src format/type */
830 GLsizei width, GLsizei height, GLenum format, GLenum type
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgetacc.cpp 499 wsNullMsg.Format(L"%s cannot be blank.", wsCaptionName.c_str());
510 wsNullMsg.Format(
549 wsMessage.Format(L"%s validation failed", wsCaptionName.c_str());
553 wsMessage.Format(L"The value you entered for %s is invalid.",
557 wsMessage.Format(
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 352 enum Format {
384 void StreamParametersTest(Format format);
385 int ProcessStreamChooser(Format format);
386 int AnalyzeReverseStreamChooser(Format format);
389 Format format);
390 void VerifyDebugDumpTest(Format format)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSampleVariableTests.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.h     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.h     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c 625 // This is a weak spot since if the undefined SHELL_FILE_HANDLE format changes this must change also!
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
FSVariable.c 139 (VarStoreHeader->Format == mStoreHeaderTemplate.Format) &&
148 VarStoreHeader->Format == VAR_DEFAULT_VALUE &&
734 contains a set of language codes in the format
737 in ISO 639-2 format. If FALSE, then all language
738 codes are assumed to be in RFC 4646 language format
741 language codes in the format specified by Iso639Language.
    [all...]
  /external/mesa3d/src/mesa/main/
varray.c 134 GLenum format = GL_RGBA; local
214 format = GL_BGRA;
259 array->Format = format;
850 _mesa_InterleavedArrays(GLenum format, GLsizei stride, const GLvoid *pointer)
871 switch (format) {
978 _mesa_error( ctx, GL_INVALID_ENUM, "glInterleavedArrays(format)" );
    [all...]
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 630 bsHash.Format("%d, %d", wCodePage, dwFontStyles);
672 bsHash.Format("%d, %d, %d", wCodePage, wBitField, dwFontStyles);
674 bsHash.Format("%d, %d", wCodePage, dwFontStyles);
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jdom.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Variable/BlockVariableDxe/
BlockVariableDxe.c 339 VariableStoreHeader->Format = VARIABLE_STORE_FORMATTED;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
urlparse.py 8 RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter

Completed in 2351 milliseconds

<<31323334353637383940>>