Home
last modified time | relevance | path

Searched defs:multiSampleDepth (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.hpp129 Image(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in Image()
DImage.cpp972 …ImageImplementation(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, boo… in ImageImplementation()
1026 …Image *Image::create(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bo… in create()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp1999 …NCTION egl::Image *createBackBuffer(int width, int height, sw::Format format, int multiSampleDepth) in createBackBuffer()
2024 …TION egl::Image *createDepthStencil(int width, int height, sw::Format format, int multiSampleDepth) in createDepthStencil()