Searched refs:ImageImplementation (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 1026 class ImageImplementation : public Image class 1029 ImageImplementation(Texture *parentTexture, GLsizei width, GLsizei height, GLint internalformat) in ImageImplementation() function in egl::ImageImplementation 1031 …ImageImplementation(Texture *parentTexture, GLsizei width, GLsizei height, GLsizei depth, int bord… in ImageImplementation() function in egl::ImageImplementation 1033 ImageImplementation(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in ImageImplementation() function in egl::ImageImplementation 1035 …ImageImplementation(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, boo… in ImageImplementation() function in egl::ImageImplementation 1038 ~ImageImplementation() override in ~ImageImplementation() 1066 return new ImageImplementation(parentTexture, width, height, internalformat); in create() 1076 return new ImageImplementation(parentTexture, width, height, depth, border, internalformat); in create() 1086 return new ImageImplementation(width, height, internalformat, pitchP); in create() 1096 return new ImageImplementation(width, height, internalformat, multiSampleDepth, lockable); in create()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 1255 class ImageImplementation : public Operation class 1258 ImageImplementation (OperationContext& context, in ImageImplementation() function in vkt::synchronization::__anon7f0213210111::ShaderAccess::ImageImplementation 1747 …return de::MovePtr<Operation>(new ImageImplementation(context, resource, m_stage, m_shaderPrefix, … in build() 1749 …return de::MovePtr<Operation>(new ImageImplementation(context, resource, m_stage, m_shaderPrefix, … in build()
|