Home
last modified time | relevance | path

Searched refs:getSamplePosition (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.h37 angle::Result getSamplePosition(const gl::Context *context,
DFramebuffer9.cpp399 angle::Result Framebuffer9::getSamplePosition(const gl::Context *context, in getSamplePosition() function in rx::Framebuffer9
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFramebufferImpl_mock.h46 MOCK_CONST_METHOD3(getSamplePosition, angle::Result(const gl::Context *, size_t, GLfloat *));
DFramebufferImpl.h91 virtual angle::Result getSamplePosition(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.h57 angle::Result getSamplePosition(const gl::Context *context,
DFramebuffer11.cpp413 angle::Result Framebuffer11::getSamplePosition(const gl::Context *context, in getSamplePosition() function in rx::Framebuffer11
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DFramebufferNULL.h75 angle::Result getSamplePosition(const gl::Context *context,
DFramebufferNULL.cpp167 angle::Result FramebufferNULL::getSamplePosition(const gl::Context *context, in getSamplePosition() function in rx::FramebufferNULL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.h75 angle::Result getSamplePosition(const gl::Context *context,
DFramebufferGL.cpp1209 angle::Result FramebufferGL::getSamplePosition(const gl::Context *context, in getSamplePosition() function in rx::FramebufferGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DFrameBufferMtl.h90 angle::Result getSamplePosition(const gl::Context *context,
DFrameBufferMtl.mm682 angle::Result FramebufferMtl::getSamplePosition(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.h117 angle::Result getSamplePosition(const gl::Context *context,
DFramebufferVk.cpp2407 angle::Result FramebufferVk::getSamplePosition(const gl::Context *context, in getSamplePosition() function in rx::FramebufferVk
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h291 angle::Result getSamplePosition(const Context *context, size_t index, GLfloat *xy) const;
DFramebuffer.cpp1754 angle::Result Framebuffer::getSamplePosition(const Context *context, in getSamplePosition() function in gl::Framebuffer
1758 ANGLE_TRY(mImpl->getSamplePosition(context, index, xy)); in getSamplePosition()
DContext.cpp6226 ANGLE_CONTEXT_TRY(framebuffer->getSamplePosition(this, index, val)); in getMultisamplefv()