Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/common/
DImage.cpp1181 class ImageImplementation : public Image class
1184ImageImplementation(Texture *parentTexture, GLsizei width, GLsizei height, GLenum format, GLenum t… in ImageImplementation() function in egl::ImageImplementation
1186ImageImplementation(Texture *parentTexture, GLsizei width, GLsizei height, GLsizei depth, GLenum f… in ImageImplementation() function in egl::ImageImplementation
1188 ImageImplementation(GLsizei width, GLsizei height, GLenum format, GLenum type, int pitchP) in ImageImplementation() function in egl::ImageImplementation
1190ImageImplementation(GLsizei width, GLsizei height, sw::Format internalFormat, int multiSampleDepth… in ImageImplementation() function in egl::ImageImplementation
1193 ~ImageImplementation() override in ~ImageImplementation()
1216 return new ImageImplementation(parentTexture, width, height, format, type); in create()
1221 return new ImageImplementation(parentTexture, width, height, depth, format, type); in create()
1226 return new ImageImplementation(width, height, format, type, pitchP); in create()
1231 return new ImageImplementation(width, height, internalFormat, multiSampleDepth, lockable); in create()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1255 class ImageImplementation : public Operation class
1258 ImageImplementation (OperationContext& context, in ImageImplementation() function in vkt::synchronization::__anon5f1475170111::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()