Home
last modified time | relevance | path

Searched refs:baseViewIndex (Results 1 – 25 of 52) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DMultiviewTest.cpp181 int baseViewIndex, in AttachMultiviewTextures() argument
190 glFramebufferTextureMultiviewOVR(target, attachment, colorTextures[i], 0, baseViewIndex, in AttachMultiviewTextures()
196 baseViewIndex, numViews); in AttachMultiviewTextures()
201 0, baseViewIndex, numViews); in AttachMultiviewTextures()
208 int baseViewIndex, in AttachMultiviewTextures() argument
215 AttachMultiviewTextures(target, viewWidth, numViews, baseViewIndex, colorTextures, depthTexture, in AttachMultiviewTextures()
DMultiviewTest.h51 int baseViewIndex,
58 int baseViewIndex,
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DFramebufferMultiviewTest.cpp76 int baseViewIndex, in initializeFBOs() argument
85 ASSERT_LE(baseViewIndex + numViews, numLayers); in initializeFBOs()
107 AttachMultiviewTextures(GL_FRAMEBUFFER, width, numViews, baseViewIndex, mColorTex, in initializeFBOs()
184 GLint baseViewIndex = -1; in TEST_P() local
187 &baseViewIndex); in TEST_P()
189 EXPECT_EQ(0, baseViewIndex); in TEST_P()
210 GLint baseViewIndex = -1; in TEST_P() local
213 &baseViewIndex); in TEST_P()
406 GLint baseViewIndex = -1; in TEST_P() local
409 &baseViewIndex); in TEST_P()
[all …]
DMultiviewDrawTest.cpp84 void updateFBOs(int viewWidth, int height, int numViews, int numLayers, int baseViewIndex) in updateFBOs() argument
86 ASSERT_TRUE(numViews + baseViewIndex <= numLayers); in updateFBOs()
104 AttachMultiviewTextures(GL_DRAW_FRAMEBUFFER, viewWidth, numViews, baseViewIndex, in updateFBOs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.cpp1802 GLuint baseViewIndex, in setAttachment() argument
1820 setAttachmentImpl(context, type, binding, textureIndex, resource, numViews, baseViewIndex, in setAttachment()
1830 context, type, binding, textureIndex, resource, numViews, baseViewIndex, in setAttachment()
1836 numViews, baseViewIndex, isMultiview, samples, in setAttachment()
1842 numViews, baseViewIndex, isMultiview, samples, in setAttachment()
1847 baseViewIndex, isMultiview, samples); in setAttachment()
1851 commitWebGL1DepthStencilIfConsistent(context, numViews, baseViewIndex, isMultiview, samples); in setAttachment()
1860 GLint baseViewIndex) in setAttachmentMultiview() argument
1862 setAttachment(context, type, binding, textureIndex, resource, numViews, baseViewIndex, true, in setAttachmentMultiview()
1868 GLuint baseViewIndex, in commitWebGL1DepthStencilIfConsistent() argument
[all …]
DFramebuffer.h234 GLint baseViewIndex);
451 GLuint baseViewIndex,
456 GLuint baseViewIndex,
465 GLuint baseViewIndex,
477 GLuint baseViewIndex,
DFramebufferAttachment.cpp116 GLuint baseViewIndex, in attach() argument
130 mBaseViewIndex = baseViewIndex; in attach()
DFramebufferAttachment.h77 GLuint baseViewIndex,
DContext_gles_ext_autogen.h296 GLint level, GLint baseViewIndex, GLsizei numViews); \
DvalidationES3.cpp3874 GLint baseViewIndex, in ValidateFramebufferTextureMultiviewOVR() argument
3885 if (baseViewIndex < 0) in ValidateFramebufferTextureMultiviewOVR()
3910 if (baseViewIndex + numViews > caps.maxArrayTextureLayers) in ValidateFramebufferTextureMultiviewOVR()
DContext.cpp4728 GLint baseViewIndex, in framebufferTextureMultiview() argument
4741 index = ImageIndex::Make2DArrayRange(level, baseViewIndex, numViews); in framebufferTextureMultiview()
4747 index = ImageIndex::Make2DMultisampleArrayRange(baseViewIndex, numViews); in framebufferTextureMultiview()
4750 numViews, baseViewIndex); in framebufferTextureMultiview()
/third_party/skia/third_party/externals/opengl-registry/extensions/OVR/
DOVR_multiview_multisampled_render_to_texture.txt54 int baseViewIndex, sizei numViews);
73 int baseViewIndex, sizei numViews);
79 <target>, <attachment>, <texture>, <level>, <baseViewIndex>, and
102 (baseViewIndex + numViews) exceeds GL_MAX_ARRAY_TEXTURE_LAYERS.
DOVR_multiview.txt125 int baseViewIndex, sizei numViews );
131 int baseViewIndex, sizei numViews );
201 int baseViewIndex, sizei numViews );
207 int baseViewIndex, sizei numViews );
210 NamedFramebufferTexture commands, except that <baseViewIndex>
232 FramebufferTextureLayer( target, attachment, texture, level, baseViewIndex + i );
250 <baseViewIndex>, and the value of
260 - <texture> is a two-dimensional array texture and <baseViewIndex> +
263 - texture is non-zero and <baseViewIndex> is negative."
273 is multiview, all the selected layers, [<baseViewIndex>,
[all …]
/third_party/openGLES/extensions/OVR/
DOVR_multiview_multisampled_render_to_texture.txt54 int baseViewIndex, sizei numViews);
73 int baseViewIndex, sizei numViews);
79 <target>, <attachment>, <texture>, <level>, <baseViewIndex>, and
102 (baseViewIndex + numViews) exceeds GL_MAX_ARRAY_TEXTURE_LAYERS.
DOVR_multiview.txt129 int baseViewIndex, sizei numViews );
135 int baseViewIndex, sizei numViews );
205 int baseViewIndex, sizei numViews );
211 int baseViewIndex, sizei numViews );
214 NamedFramebufferTexture commands, except that <baseViewIndex>
236 FramebufferTextureLayer( target, attachment, texture, level, baseViewIndex + i );
254 <baseViewIndex>, and the value of
264 - <texture> is a two-dimensional array texture and <baseViewIndex> +
266 - texture is non-zero and <baseViewIndex> is negative."
276 is multiview, all the selected layers, [<baseViewIndex>,
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DClearMultiviewGL.cpp70 int baseViewIndex = firstAttachment->getBaseViewIndex(); in clearLayeredFBO() local
73 attachTextures(state, baseViewIndex + i); in clearLayeredFBO()
DProgramGL.h112 void enableLayeredRenderingPath(int baseViewIndex) const;
DProgramGL.cpp1053 void ProgramGL::enableLayeredRenderingPath(int baseViewIndex) const in enableLayeredRenderingPath()
1060 baseViewIndex); in enableLayeredRenderingPath()
DFramebufferGL.cpp180 int baseViewIndex = attachment.getBaseViewIndex(); in AreAllLayersActive() local
181 if (baseViewIndex != 0) in AreAllLayersActive()
/third_party/openGLES/extensions/EXT/
DEXT_multiview_texture_multisample.txt132 - <texture> is a two-dimensional array texture and <baseViewIndex> +
137 multisample array texture and <baseViewIndex> +
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
Dgl2ext.h3426 …(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numVi…
3428 …(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numVi…
3438 …Lenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numVi…
3440 …Lenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numVi…
/third_party/mesa3d/include/GLES2/
Dgl2ext.h3659 …(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numVi…
3661 …(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numVi…
3671 …Lenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numVi…
3673 …Lenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numVi…
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
Dgl2ext.h3426 …(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numVi…
3428 …(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numVi…
3438 …Lenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numVi…
3440 …Lenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numVi…
/third_party/openGLES/api/GLES2/
Dgl2ext.h3798 …(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numVi…
3800 …(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numVi…
3810 …Lenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numVi…
3812 …Lenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numVi…
/third_party/skia/third_party/externals/angle2/include/GLES2/
Dgl2ext.h3698 …(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numVi…
3700 …(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numVi…
3710 …Lenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numVi…
3712 …Lenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numVi…

123