Searched defs:ImageImplementation (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 1181 class ImageImplementation : public Image class 1184 …ImageImplementation(Texture *parentTexture, GLsizei width, GLsizei height, GLenum format, GLenum t… in ImageImplementation() function in egl::ImageImplementation 1186 …ImageImplementation(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 1190 …ImageImplementation(GLsizei width, GLsizei height, sw::Format internalFormat, int multiSampleDepth… in ImageImplementation() function in egl::ImageImplementation
|
/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::__anon5f1475170111::ShaderAccess::ImageImplementation
|