OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attachmentpoint
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp
160
void setAttachment(GrGLenum
attachmentPoint
, const FramebufferAttachment* attachment) {
161
switch (
attachmentPoint
) {
166
fAttachments[(int)
AttachmentPoint
::kStencil].reset(SkRef(attachment));
169
fAttachments[(int)
AttachmentPoint
::kDepth].reset(SkRef(attachment));
172
fAttachments[(int)
AttachmentPoint
::kColor].reset(SkRef(attachment));
202
enum
AttachmentPoint
{
207
constexpr int static kNumAttachmentPoints = 1 + (int)
AttachmentPoint
::kColor;
/external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp
329
enum
AttachmentPoint
383
Attachment& getAttachment (
AttachmentPoint
point) { return m_attachments[point]; }
384
const Attachment& getAttachment (
AttachmentPoint
point) const { return m_attachments[point]; }
784
tcu::PixelBufferAccess getFboAttachment (const rc::Framebuffer& framebuffer, rc::Framebuffer::
AttachmentPoint
point);
[
all
...]
sglrReferenceContext.cpp
716
Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::
AttachmentPoint
)point);
763
releaseFboAttachmentReference(binding->getAttachment((Framebuffer::
AttachmentPoint
)point));
774
acquireFboAttachmentReference(fbo->getAttachment((Framebuffer::
AttachmentPoint
)point));
858
Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::
AttachmentPoint
)point);
[
all
...]
Completed in 193 milliseconds