Home
last modified time | relevance | path

Searched refs:ImageImplementation (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.cpp963 class ImageImplementation : public Image class
966 ImageImplementation(Texture *parentTexture, GLsizei width, GLsizei height, GLint internalformat) in ImageImplementation() function in egl::ImageImplementation
968ImageImplementation(Texture *parentTexture, GLsizei width, GLsizei height, GLsizei depth, int bord… in ImageImplementation() function in egl::ImageImplementation
970 ImageImplementation(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in ImageImplementation() function in egl::ImageImplementation
972ImageImplementation(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, boo… in ImageImplementation() function in egl::ImageImplementation
975 ~ImageImplementation() override in ~ImageImplementation()
1003 return new ImageImplementation(parentTexture, width, height, internalformat); in create()
1013 return new ImageImplementation(parentTexture, width, height, depth, border, internalformat); in create()
1023 return new ImageImplementation(width, height, internalformat, pitchP); in create()
1033 return new ImageImplementation(width, height, internalformat, multiSampleDepth, lockable); in create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1809 class ImageImplementation : public Operation class
1812 ImageImplementation (OperationContext& context, in ImageImplementation() function in vkt::synchronization::__anon5c546cf80111::ShaderAccess::ImageImplementation
2376 …return de::MovePtr<Operation>(new ImageImplementation(context, resource, m_stage, m_shaderPrefix, … in build()
2378 …return de::MovePtr<Operation>(new ImageImplementation(context, resource, m_stage, m_shaderPrefix, … in build()