OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEnabledColorAttachment
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
Framebuffer.h
66
bool
isEnabledColorAttachment
(unsigned int colorAttachment) const;
Framebuffer.cpp
349
bool Framebuffer::
isEnabledColorAttachment
(unsigned int colorAttachment) const
358
if (
isEnabledColorAttachment
(colorAttachment))
376
if (
isEnabledColorAttachment
(colorAttachment))
validationES.cpp
533
if (drawFramebuffer->
isEnabledColorAttachment
(i))
586
if (drawFramebuffer->
isEnabledColorAttachment
(colorAttachment))
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Clear11.cpp
209
if (clearParams.clearColor[colorAttachment] && frameBuffer->
isEnabledColorAttachment
(colorAttachment))
Renderer11.cpp
[
all
...]
Completed in 440 milliseconds