Home
last modified time | relevance | path

Searched defs:getFormat (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DRenderbuffer.cpp125 GLint RenderbufferTexture2D::getFormat() const in getFormat() function in es2::RenderbufferTexture2D
188 GLint RenderbufferTexture2DRect::getFormat() const in getFormat() function in es2::RenderbufferTexture2DRect
256 GLint RenderbufferTexture3D::getFormat() const in getFormat() function in es2::RenderbufferTexture3D
319 GLint RenderbufferTextureCubeMap::getFormat() const in getFormat() function in es2::RenderbufferTextureCubeMap
397 GLint Renderbuffer::getFormat() const in getFormat() function in es2::Renderbuffer
472 GLint RenderbufferStorage::getFormat() const in getFormat() function in es2::RenderbufferStorage
/third_party/node/test/fixtures/es-module-loaders/
Djs-loader.mjs1 export function getFormat(url, context, defaultGetFormat) { function
Dloader-get-format.mjs1 export async function getFormat(url, context, defaultGetFormat) { function
Dmissing-dynamic-instantiate-hook.mjs10 export function getFormat(url, context, defaultGetFormat) { function
Dloader-unknown-builtin-module.mjs10 export async function getFormat(url, context, defaultGetFormat) { function
Dloader-invalid-format.mjs10 export function getFormat(url, context, defaultGetFormat) { function
Dexample-loader.mjs29 export function getFormat(url, context, defaultGetFormat) { function
Dbuiltin-named-exports-loader.mjs37 export function getFormat(url, context, defaultGetFormat) { function
Dstring-sources.mjs19 export function getFormat(href, context, defaultFn) { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCXCOFFObjectWriter.h25 Triple::ObjectFormatType getFormat() const override { return Triple::XCOFF; } in getFormat() function
DMCWasmObjectWriter.h31 virtual Triple::ObjectFormatType getFormat() const { return Triple::Wasm; } in getFormat() function
DMCWinCOFFObjectWriter.h34 virtual Triple::ObjectFormatType getFormat() const { return Triple::COFF; } in getFormat() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DRenderTargetMtl.h54 const mtl::Format *getFormat() const { return mFormat; } in getFormat() function
DTextureMtl.h172 const mtl::Format &getFormat() const { return mFormat; } in getFormat() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLImage.h68 inline const cl_image_format &Image::getFormat() const in getFormat() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DNativeBufferImageSiblingAndroid.cpp32 gl::Format NativeBufferImageSiblingAndroid::getFormat() const in getFormat() function in rx::NativeBufferImageSiblingAndroid
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkBufferView.hpp39 VkFormat getFormat() const { return format; } in getFormat() function in vk::BufferView
/third_party/flutter/skia/src/gpu/text/
DGrSDFMaskFilter.cpp42 SkMask::Format GrSDFMaskFilterImpl::getFormat() const { in getFormat() function in GrSDFMaskFilterImpl
/third_party/skia/src/gpu/text/
DGrSDFMaskFilter.cpp42 SkMask::Format GrSDFMaskFilterImpl::getFormat() const { in getFormat() function in GrSDFMaskFilterImpl
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2encoder.cc137 GstMpeg2Encoder::getFormat () in getFormat() function in GstMpeg2Encoder
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DNativeBufferImageSiblingAndroid.cpp35 gl::Format NativeBufferImageSiblingAndroid::getFormat() const in getFormat() function in rx::NativeBufferImageSiblingAndroid
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDmaBufImageSiblingEGL.cpp37 gl::Format DmaBufImageSiblingEGL::getFormat() const in getFormat() function in rx::DmaBufImageSiblingEGL
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.hpp238 const vk::VkFormat& getFormat (void) const { return m_format; } in getFormat() function in vkt::Draw::Image
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.h99 const vk::Format &getFormat(GLenum internalFormat) const in getFormat() function
104 const vk::Format &getFormat(angle::FormatID formatID) const { return mFormatTable[formatID]; } in getFormat() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DRenderbuffer.cpp42 const Format &RenderbufferState::getFormat() const in getFormat() function in gl::RenderbufferState
157 const Format &Renderbuffer::getFormat() const in getFormat() function in gl::Renderbuffer

12345