Searched defs:lockable (Results 1 - 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
| H A D | Image.hpp | 129 Image(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in Image() argument
|
| H A D | Image.cpp | 972 ImageImplementation(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in ImageImplementation() argument 1026 Image *Image::create(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in create() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Surface.hpp | 469 const bool lockable; member in sw::Surface
|
| H A D | Surface.cpp | 1190 SurfaceImplementation(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchP = 0) in SurfaceImplementation() argument 1210 Surface *Surface::create(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchPprovided) in create() argument 1271 Surface::Surface(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchPprovided) : lockable(lockable), renderTarget(renderTarget) in Surface() argument [all...] |
Completed in 14 milliseconds