/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Framebuffer11.cpp | 249 readPixelsImpl(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, size_t outputPitch, const gl::PixelPackState &pack, gl::Buffer *packBuffer, uint8_t *pixels) readPixelsImpl() argument
|
H A D | TextureStorage11.h | 262 GLenum format; member [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Framebuffer9.cpp | 79 readPixelsImpl(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, size_t outputPitch, const gl::PixelPackState &pack, gl::Buffer *packBuffer, uint8_t *pixels) readPixelsImpl() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | formatutilsgl.cpp | 459 static bool IsLUMAFormat(GLenum format) in IsLUMAFormat() argument 464 EmulateLUMAFormat(const GLenum format) EmulateLUMAFormat() argument 612 GetNativeFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum format, GLenum type) GetNativeFormat() argument 677 GetNativeCompressedFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum format) GetNativeCompressedFormat() argument 706 GetNativeType(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum format, GLenum type) GetNativeType() argument 767 GetNativeReadFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum attachmentReadFormat, GLenum format, GLenum type) GetNativeReadFormat() argument 783 GetTexImageFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum internalFormat, GLenum format, GLenum type) GetTexImageFormat() argument 797 GetTexSubImageFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum format, GLenum type) GetTexSubImageFormat() argument 817 GetCompressedSubTexImageFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum format) GetCompressedSubTexImageFormat() argument 866 GetReadPixelsFormat(const FunctionsGL *functions, const angle::FeaturesGL &features, GLenum attachmentReadFormat, GLenum format, GLenum type) GetReadPixelsFormat() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/ |
H A D | CompositorNativeWindow11.cpp | 67 createSwapChain(ID3D11Device *device, IDXGIFactory *factory, DXGI_FORMAT format, UINT width, UINT height, UINT samples, IDXGISwapChain **swapChain) createSwapChain() argument
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | android_util.cpp | 64 int format; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DynamicImage2DHLSL.cpp | 49 GLenum format = uniform.imageUnitFormat; in image2DHLSLGroup() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLContextCL.cpp | 130 createImage(const cl::Image &image, cl::MemFlags flags, const cl_image_format &format, const cl::ImageDescriptor &desc, void *hostPtr, cl_int &errorCode) createImage() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseTextureClampTests.cpp | 257 bool SparseTextureClampLookupResidencyTestCase::funcAllowed(GLint target, GLint format, FunctionToken& funcToken) in funcAllowed() argument 283 bool SparseTextureClampLookupResidencyTestCase::verifyLookupTextureData(const Functions& gl, GLint target, GLint format, in verifyLookupTextureData() argument 634 const GLint& format = *formIter; iterate() local 652 mLog << "Testing sparse texture lookup color functions for target: " << target << ", format: " << format iterate() local 707 writeDataToTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level) writeDataToTexture() argument 801 verifyLookupTextureData(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level, FunctionToken& funcToken) verifyLookupTextureData() argument 985 prepareTexture(const Functions& gl, GLint target, GLint format, GLuint& texture) prepareTexture() argument 1022 commitTexturePage(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level) commitTexturePage() argument 1129 generateExpectedResult(std::string returnType, GLint level, GLint format) generateExpectedResult() argument [all...] |
H A D | gl4cTextureFilterMinmaxTests.cpp | 217 generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum type, bool generateMipmaps) generate() argument 264 generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum type, bool generateMipmaps) generate() argument 308 generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum type, bool generateMipmaps) generate() argument 355 generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum type, bool generateMipmaps) generate() argument 399 generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum type, bool generateMipmaps) generate() argument 438 generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum type, bool generateMipmaps) generate() argument 465 getDataFromTexture(const glu::RenderContext& context, glw::GLuint textureId, tcu::IVec2 textureSize, glw::GLenum format, glw::GLenum type) getDataFromTexture() argument 485 calcPixelSumValue(const glu::RenderContext& context, glw::GLuint textureId, tcu::IVec2 textureSize, glw::GLenum format, glw::GLenum type) calcPixelSumValue() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cSampleShadingTests.cpp | 496 SampleShadingRenderFormatTests(Context& context, glu::GLSLVersion glslVersion, GLenum internalFormat, const char* format, tcu::TextureFormat const& texFormat, const char* sampler, const char* outType, GLfloat min, GLfloat max, const char* extension) SampleShadingRenderFormatTests() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayColorDepthAttachments.cpp | 733 glw::GLenum format = GL_NONE; in prepareMutableTextureObject() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcLayoutLocationTests.cpp | 93 ResultData createTexture1D(const Functions& gl, std::size_t components, GLenum internalFormat, GLenum format, in createTexture1D() argument 122 ResultData createTexture3D(const Functions& gl, std::size_t components, GLenum internalFormat, GLenum format, in createTexture3D() argument 137 ResultData createCubeMap(const Functions& gl, std::size_t components, GLenum internalFormat, GLenum format, GLenum type) in createCubeMap() argument 154 ResultData createTexture2DArray(const Functions& gl, std::size_t components, GLenum internalFormat, GLenum format, in createTexture2DArray() argument 107 createTexture2D(const Functions& gl, std::size_t components, GLenum target, GLenum internalFormat, GLenum format, GLenum type) createTexture2D() argument [all...] |
H A D | glcTextureFilterAnisotropicTests.cpp | 478 GLenum format = m_supportedInternalFormats[iFormat]; in iterate() local 110 texImage(const Functions& gl, GLenum target, GLint level, GLenum internal_format, GLuint width, GLuint height, GLuint depth, GLenum format, GLenum type, const GLvoid* data) texImage() argument 143 subImage(const Functions& gl, GLenum target, GLint level, GLint x, GLint y, GLint z, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels) subImage() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsArithmeticTests.cpp | 132 std::string getOpTypeOperation(int opType, Format format, std::string lhs, std::string rhs) in getOpTypeOperation() argument 234 std::string getIdentity(int opType, Format format) in getIdentity() argument 342 getCompare(int opType, Format format, std::string lhs, std::string rhs) getCompare() argument 392 Format format; global() member 955 const Format format = formats[formatIndex]; createSubgroupsArithmeticTests() local [all...] |
H A D | glcSubgroupsPartitionedTests.cpp | 184 std::string getIdentity(int opType, Format format) in getIdentity() argument 292 getCompare(int opType, Format format, std::string lhs, std::string rhs) getCompare() argument 342 Format format; global() member 892 const Format format = formats[formatIndex]; createSubgroupsPartitionedTests() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkImageUtil.cpp | 42 bool isFloatFormat (VkFormat format) in isFloatFormat() argument 47 bool isUnormFormat (VkFormat format) in isUnormFormat() argument 52 bool isSnormFormat (VkFormat format) in isSnormFormat() argument 57 bool isIntFormat (VkFormat format) in isIntFormat() argument 62 bool isUintFormat (VkFormat format) in isUintFormat() argument 67 isScaledFormat(VkFormat format) isScaledFormat() argument 107 isDepthStencilFormat(VkFormat format) isDepthStencilFormat() argument 119 isSrgbFormat(VkFormat format) isSrgbFormat() argument 137 isPaddedFormat(VkFormat format) isPaddedFormat() argument 177 isAlphaOnlyFormat(VkFormat format) isAlphaOnlyFormat() argument 188 isUfloatFormat(VkFormat format) isUfloatFormat() argument 204 isSfloatFormat(VkFormat format) isSfloatFormat() argument 231 isCompressedFormat(VkFormat format) isCompressedFormat() argument 299 isYCbCrFormat(VkFormat format) isYCbCrFormat() argument 348 isYCbCrExtensionFormat(VkFormat format) isYCbCrExtensionFormat() argument 363 isYCbCrConversionFormat(VkFormat format) isYCbCrConversionFormat() argument 408 isYCbCr420Format(VkFormat format) isYCbCr420Format() argument 427 isYCbCr422Format(VkFormat format) isYCbCr422Format() argument 454 isPvrtcFormat(VkFormat format) isPvrtcFormat() argument 533 is64BitIntegerFormat(VkFormat format) is64BitIntegerFormat() argument 539 getYCbCrPlanarFormatDescription(VkFormat format) getYCbCrPlanarFormatDescription() argument 1296 getCorePlanarFormatDescription(VkFormat format) getCorePlanarFormatDescription() argument 2623 getPlanarFormatDescription(VkFormat format) getPlanarFormatDescription() argument 2660 getPlaneCount(VkFormat format) getPlaneCount() argument 2714 getMipmapCount(VkFormat format, const vk::PlanarFormatDescription& formatDescription, const VkImageFormatProperties& imageFormatProperties, const VkExtent3D& extent) getMipmapCount() argument 2780 getImageSizeAlignment(VkFormat format) getImageSizeAlignment() argument 2796 getBlockExtent(VkFormat format) getBlockExtent() argument 2806 getPlaneCompatibleFormat(VkFormat format, deUint32 planeNdx) getPlaneCompatibleFormat() argument [all...] |
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | buffer.h | 85 void SetFormat(Format* format) { in SetFormat() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | TextureNULL.cpp | 21 setImage(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setImage() argument 36 setSubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setSubImage() argument 59 setCompressedSubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, GLenum format, const gl::PixelUnpackState &unpack, size_t imageSize, const uint8_t *pixels) setCompressedSubImage() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
H A D | HardwareBufferImageSiblingVkAndroid.cpp | 286 const vk::Format &format = in initImpl() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CompressedTextureFormatsTest.cpp | 47 void checkSubImage2D(GLenum format, GLsizei size) in checkSubImage2D() argument 71 void checkSubImage3D(GLenum target, GLenum format, GLsizei size) in checkSubImage3D() argument 97 const GLenum format = ::testing::get<1>(GetParam()).first; in check2D() local 171 const GLenum format = ::testing::get<1>(GetParam()).first; check3D() local [all...] |
H A D | VulkanExternalImageTest.cpp | 220 VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; in RunShouldImportMemoryTest() local 330 VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; RunShouldClearTest() local 640 VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; RunShouldClearWithSemaphoresTest() local 877 VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; runShouldDrawTest() local 1028 VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; runWaitSemaphoresRetainsContentTest() local [all...] |
H A D | MipmapTest.cpp | 16 TexImageCubeMapFaces(GLint level, GLenum internalformat, GLsizei width, GLenum format, GLenum type, void *pixels) TexImageCubeMapFaces() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RenderbufferVk.cpp | 50 const vk::Format &format = renderer->getFormat(internalformat); in setStorageImpl() local 321 getRenderbufferImage(const gl::Context *context, const gl::PixelPackState &packState, gl::Buffer *packBuffer, GLenum format, GLenum type, void *pixels) getRenderbufferImage() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLIOSurfaceClientBufferTest.cpp | 81 ScopedIOSurfaceRef CreateIOSurface(int32_t format, const std::vector<IOSurfacePlaneInfo> &planes) in CreateIOSurface() argument 123 CreateSinglePlaneIOSurface(int width, int height, int32_t format, int bytesPerElement) CreateSinglePlaneIOSurface() argument [all...] |