Searched defs: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
|
/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::__anon3d1a14f80111::ShaderAccess::ImageImplementation
|