| /device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/ |
| D | FramebufferData.cpp | 222 GLenum attachment, in setAttachment() 266 GLuint FramebufferData::getAttachment(GLenum attachment, in getAttachment() 275 GLint FramebufferData::getAttachmentSamples(GLEScontext* ctx, GLenum attachment) { in getAttachmentSamples() 295 void FramebufferData::getAttachmentDimensions(GLEScontext* ctx, GLenum attachment, GLint* width, GL… in getAttachmentDimensions() 321 GLint FramebufferData::getAttachmentInternalFormat(GLEScontext* ctx, GLenum attachment) { in getAttachmentInternalFormat() 383 int FramebufferData::attachmentPointIndex(GLenum attachment) in attachmentPointIndex()
|
| D | GLESvalidate.cpp | 147 bool GLESvalidate::framebufferAttachment(GLenum attachment){ in framebufferAttachment()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | Framebuffer.cpp | 59 bool CheckAttachmentCompleteness(const Context *context, const FramebufferAttachment &attachment) in CheckAttachmentCompleteness() 175 const FramebufferAttachment &attachment, in CheckAttachmentSampleCompleteness() 256 angle::Result InitAttachment(const Context *context, FramebufferAttachment *attachment) in InitAttachment() 547 auto hasMismatchedSize = [&attachmentSize](const FramebufferAttachment &attachment) { in attachmentsHaveSameDimensions() 564 for (const auto &attachment : mColorAttachments) in attachmentsHaveSameDimensions() local 660 const FramebufferAttachment *attachment = getFirstNonNullAttachment(); in isMultiview() local 670 const FramebufferAttachment *attachment = getFirstNonNullAttachment(); in getBaseViewIndex() local 840 for (auto &attachment : mState.mColorAttachments) in onDestroy() local 925 FramebufferAttachment *attachment, in detachMatchingAttachment() 1043 const FramebufferAttachment *attachment = mState.getDrawBuffer(drawBuffer); in getDrawbufferWriteType() local [all …]
|
| D | validationGL3.cpp | 38 GLenum attachment, in ValidateFramebufferTexture1D() 48 GLenum attachment, in ValidateFramebufferTexture3D()
|
| D | validationES.cpp | 1203 bool ValidateAttachmentTarget(const Context *context, GLenum attachment) in ValidateAttachmentTarget() 1308 GLenum attachment, in ValidateFramebufferRenderbufferParameters() 1446 const FramebufferAttachment *attachment = in ValidateBlitFramebufferParameters() local 2417 const FramebufferAttachment *attachment = readFramebuffer->getReadColorAttachment(); in ValidateStateQuery() local 3247 GLenum attachment, in ValidateFramebufferTextureBase() 3807 const GLenum attachment = GL_COLOR_ATTACHMENT0_EXT + colorAttachment; in ValidateDrawBuffersBase() local 4100 GLenum attachment, in ValidateGetFramebufferAttachmentParameterivBase() 4367 GLenum attachment, in ValidateGetFramebufferAttachmentParameterivRobustANGLE() 5152 const FramebufferAttachment *attachment = in ValidateWebGLFramebufferAttachmentClearType() local
|
| D | Framebuffer.h | 113 const FramebufferAttachment *attachment = getFirstNonNullAttachment(); in getNumViews() local
|
| D | validationGL45.cpp | 329 GLenum attachment, in ValidateGetNamedFramebufferAttachmentParameteriv() 751 GLenum attachment, in ValidateNamedFramebufferRenderbuffer() 760 GLenum attachment, in ValidateNamedFramebufferTexture() 769 GLenum attachment, in ValidateNamedFramebufferTextureLayer()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
| D | FramebufferGL.cpp | 78 const FramebufferAttachment *attachment) in BindFramebufferAttachment() 155 bool AreAllLayersActive(const FramebufferAttachment &attachment) in AreAllLayersActive() 171 const FramebufferAttachment *attachment = nullptr; in RequiresMultiviewClear() local 223 bool IsEmulatedAlphaChannelTextureAttachment(const FramebufferAttachment *attachment) in IsEmulatedAlphaChannelTextureAttachment() 760 const FramebufferAttachment *attachment = destFramebuffer->getDrawBuffer(i); in blit() local 1213 const FramebufferAttachment *attachment = nullptr; in syncState() local 1339 for (const auto &attachment : mState.getColorAttachments()) in syncClearState() local 1376 const FramebufferAttachment *attachment = nullptr; in syncClearBufferState() local
|
| D | ClearMultiviewGL.cpp | 116 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in attachTextures() local 172 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in detachTextures() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/ |
| D | RenderTargetCache.h | 158 const gl::FramebufferAttachment *attachment, in updateCachedRenderTarget()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
| D | Framebuffer11.cpp | 35 const gl::FramebufferAttachment *attachment) in MarkAttachmentsDirty() 416 const gl::FramebufferAttachment *attachment = mState.getFirstNonNullAttachment(); in getSamplePosition() local
|
| D | RenderStateCache.cpp | 71 const gl::FramebufferAttachment *attachment = colorbuffers[keyBlendIndex]; in GetBlendStateKey() local
|
| D | Clear11.cpp | 467 const gl::FramebufferAttachment &attachment = colorAttachments[colorAttachmentIndex]; in clearFramebuffer() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
| D | FramebufferMultiviewTest.cpp | 141 GLColor getLayerColor(size_t layer, GLenum attachment, GLint x, GLint y) in getLayerColor() 149 GLColor getLayerColor(size_t layer, GLenum attachment) in getLayerColor()
|
| D | DepthStencilFormatsTest.cpp | 17 GLuint attachment; member 496 GLuint attachment; in TEST_P() member
|
| /device/generic/vulkan-cereal/stream-servers/tests/ |
| D | GLSnapshotFramebuffers_unittest.cpp | 53 const GLenum& attachment = pair.first; in changedStateCheck() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/ |
| D | BlitFramebufferPerf.cpp | 164 GLenum attachment = BufferTypeAttachment(param.type); in initializeBenchmark() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
| D | entry_points_gl_3_0_autogen.cpp | 547 GLenum attachment, in FramebufferRenderbuffer() 578 GLenum attachment, in FramebufferTexture1D() 610 GLenum attachment, in FramebufferTexture2D() 642 GLenum attachment, in FramebufferTexture3D() 676 FramebufferTextureLayer(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) in FramebufferTextureLayer() 836 GLenum attachment, in GetFramebufferAttachmentParameteriv()
|
| D | entry_points_gl_3_2_autogen.cpp | 207 void GL_APIENTRY FramebufferTexture(GLenum target, GLenum attachment, GLuint texture, GLint level) in FramebufferTexture()
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/ |
| D | MultiviewTest.cpp | 189 GLenum attachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in AttachMultiviewTextures() local
|
| /device/generic/goldfish-opengl/system/GLESv1_enc/ |
| D | GLEncoder.cpp | 987 GLenum target, GLenum attachment, in s_glFramebufferTexture2DOES() 998 GLenum target, GLenum attachment, in s_glFramebufferTexture2DMultisampleIMG() 1009 GLenum target, GLenum attachment, GLenum pname, GLint* params) in s_glGetFramebufferAttachmentParameterivOES()
|
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
| D | glUtils.cpp | 1037 int glUtilsColorAttachmentIndex(GLenum attachment) { in glUtilsColorAttachmentIndex()
|
| D | GLClientState.cpp | 1851 GLenum GLClientState::checkFramebufferAttachmentCompleteness(GLenum target, GLenum attachment, int*… in checkFramebufferAttachmentCompleteness() 2261 GLenum attachment, FboFormatInfo* res_info) const { in getBoundFramebufferFormat() 2596 GLenum attachment, GLuint texture, GLint level, GLint layer) { in attachTextureObject() 2682 void GLClientState::detachRboFromFbo(GLenum target, GLenum attachment, GLuint renderbuffer) { in detachRboFromFbo() 2731 void GLClientState::attachRbo(GLenum target, GLenum attachment, GLuint renderbuffer) { in attachRbo()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/ |
| D | StateManager9.cpp | 779 const auto *attachment = framebuffer->getFirstColorAttachment(); in setColorMask() local
|
| /device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/ |
| D | GLESv2Validate.cpp | 190 bool GLESv2Validate::framebufferAttachment(GLEScontext* ctx, GLenum attachment) { in framebufferAttachment()
|