Home
last modified time | relevance | path

Searched refs:numlayers (Results 1 – 25 of 37) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
Dtextureview.c534 GLuint minlayer, GLuint numlayers, bool no_error) in texture_view() argument
548 newViewNumLayers = MIN2(numlayers, origTexObj->Attrib.NumLayers - minlayer); in texture_view()
645 if (numlayers != 1) { in texture_view()
647 numlayers); in texture_view()
714 GLuint minlayer, GLuint numlayers) in _mesa_TextureView_no_error() argument
725 numlevels, minlayer, numlayers, true); in _mesa_TextureView_no_error()
732 GLuint minlayer, GLuint numlayers) in _mesa_TextureView() argument
744 minlevel, numlevels, minlayer, numlayers); in _mesa_TextureView()
840 numlevels, minlayer, numlayers, false); in _mesa_TextureView()
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_view.txt104 uint minlayer, uint numlayers);
222 uint minlayer, uint numlayers);
229 <minlayer>, <numlayers>, <minlevel>, and <numlevels> control which of those
233 original texture. If <numlayers> or <numlevels> extend beyond the
255 - TEXTURE_VIEW_NUM_LAYERS_OES is set to the lesser of <numlayers> and
262 Numerous constraints on <numlayers> and the texture dimensions depend on
479 the clamped <numlayers> is not 6.
482 TEXTURE_CUBE_MAP_ARRAY_OES and the clamped <numlayers> is not a multiple
483 of 6. In this case <numlayers> counts layer-faces rather than layers.
486 TEXTURE_3D, or TEXTURE_2D_MULTISAMPLE and <numlayers> does not equal 1.
/third_party/openGLES/extensions/OES/
DOES_texture_view.txt114 uint minlayer, uint numlayers);
232 uint minlayer, uint numlayers);
239 <minlayer>, <numlayers>, <minlevel>, and <numlevels> control which of those
243 original texture. If <numlayers> or <numlevels> extend beyond the
265 - TEXTURE_VIEW_NUM_LAYERS_OES is set to the lesser of <numlayers> and
272 Numerous constraints on <numlayers> and the texture dimensions depend on
489 the clamped <numlayers> is not 6.
492 TEXTURE_CUBE_MAP_ARRAY_OES and the clamped <numlayers> is not a multiple
493 of 6. In this case <numlayers> counts layer-faces rather than layers.
496 TEXTURE_3D, or TEXTURE_2D_MULTISAMPLE and <numlayers> does not equal 1.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_view.txt99 uint minlayer, uint numlayers);
217 uint minlayer, uint numlayers);
224 <minlayer>, <numlayers>, <minlevel>, and <numlevels> control which of those
228 original texture. If <numlayers> or <numlevels> extend beyond the
250 - TEXTURE_VIEW_NUM_LAYERS_EXT is set to the lesser of <numlayers> and
257 Numerous constraints on <numlayers> and the texture dimensions depend on
474 the clamped <numlayers> is not 6.
477 TEXTURE_CUBE_MAP_ARRAY_EXT and the clamped <numlayers> is not a multiple
478 of 6. In this case <numlayers> counts layer-faces rather than layers.
481 TEXTURE_3D, or TEXTURE_2D_MULTISAMPLE and <numlayers> does not equal 1.
/third_party/openGLES/extensions/EXT/
DEXT_texture_view.txt99 uint minlayer, uint numlayers);
217 uint minlayer, uint numlayers);
224 <minlayer>, <numlayers>, <minlevel>, and <numlevels> control which of those
228 original texture. If <numlayers> or <numlevels> extend beyond the
250 - TEXTURE_VIEW_NUM_LAYERS_EXT is set to the lesser of <numlayers> and
257 Numerous constraints on <numlayers> and the texture dimensions depend on
474 the clamped <numlayers> is not 6.
477 TEXTURE_CUBE_MAP_ARRAY_EXT and the clamped <numlayers> is not a multiple
478 of 6. In this case <numlayers> counts layer-faces rather than layers.
481 TEXTURE_3D, or TEXTURE_2D_MULTISAMPLE and <numlayers> does not equal 1.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_view.txt87 uint minlayer, uint numlayers);
173 uint minlayer, uint numlayers);
180 <minlayer>, <numlayers>, <minlevel>, and <numlevels> control which of those
184 original texture. If <numlayers> or <numlevels> extend beyond the original
207 - TEXTURE_VIEW_NUM_LAYERS is set to the lesser of <numlayers> and the
243 If the new texture's target is TEXTURE_CUBE_MAP, the clamped <numlayers>
245 then <numlayers> counts layer-faces rather than layers, and the clamped
246 <numlayers> must be a multiple of 6. Otherwise, the error INVALID_VALUE is
256 TEXTURE_2D_MULTISAMPLE and <numlayers> does not equal 1, the error
478 <minlayer>=100, <numlayers>=100. It will have TEXTURE_VIEW_MIN_LAYER=100,
[all …]
/third_party/openGLES/extensions/ARB/
DARB_texture_view.txt97 uint minlayer, uint numlayers);
183 uint minlayer, uint numlayers);
190 <minlayer>, <numlayers>, <minlevel>, and <numlevels> control which of those
194 original texture. If <numlayers> or <numlevels> extend beyond the original
217 - TEXTURE_VIEW_NUM_LAYERS is set to the lesser of <numlayers> and the
253 If the new texture's target is TEXTURE_CUBE_MAP, the clamped <numlayers>
255 then <numlayers> counts layer-faces rather than layers, and the clamped
256 <numlayers> must be a multiple of 6. Otherwise, the error INVALID_VALUE is
266 TEXTURE_2D_MULTISAMPLE and <numlayers> does not equal 1, the error
488 <minlayer>=100, <numlayers>=100. It will have TEXTURE_VIEW_MIN_LAYER=100,
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationGL43_autogen.h82 GLuint numlayers);
DContext_gl_4_autogen.h143 GLuint numlayers); \
DvalidationGL4.cpp879 GLuint numlayers) in ValidateTextureView() argument
DvalidationGL4_autogen.h545 GLuint numlayers);
DContext_gl.cpp2760 GLuint numlayers) in textureView() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp5989 unsigned int numlayers = 0; in initTextureObject() local
6029 numlayers = 12; in initTextureObject()
6033 numlayers = 6; in initTextureObject()
6039 numlayers = 2; in initTextureObject()
6043 numlayers = 1; in initTextureObject()
6048 numlayers = 1; in initTextureObject()
6052 …View(*to_id_ptr, view_texture_target, m_to_id, GL_RGBA8, minlevel, numlevels, minlayer, numlayers); in initTextureObject()
6059 m_iteration_view_texture_numlayers = numlayers; in initTextureObject()
6070 << "numlayers:[" << numlayers << "] " in initTextureObject()
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
Dgl2ext.h732 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
734 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
2209 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
2211 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
/third_party/mesa3d/include/GLES2/
Dgl2ext.h748 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
750 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
2266 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
2268 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
Dgl2ext.h732 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
734 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
2209 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
2211 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
/third_party/openGLES/api/GLES2/
Dgl2ext.h729 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
731 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
2346 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
2348 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
/third_party/skia/third_party/externals/angle2/include/GLES2/
Dgl2ext.h729 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
731 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
2258 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
2260 …ture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers);
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.h617 GLuint numlayers);
Dentry_points_gl_4_autogen.cpp5525 GLuint numlayers) in GL_TextureView() argument
5533 minlayer, numlayers); in GL_TextureView()
5542 minlevel, numlevels, minlayer, numlayers)); in GL_TextureView()
5546 numlevels, minlayer, numlayers); in GL_TextureView()
5549 internalformat, minlevel, numlevels, minlayer, numlayers); in GL_TextureView()
DlibGL_autogen.cpp5309 GLuint numlayers) in glTextureView() argument
5312 minlayer, numlayers); in glTextureView()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dnull_functions.cpp2731 GLuint numlayers) in glTextureViewNULL() argument
Dnull_functions.h1769 GLuint numlayers);
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl6513 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) argument
6522 DE_UNREF(numlayers);
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl5380 …alformat, glw::GLuint minlevel, glw::GLuint numlevels, glw::GLuint minlayer, glw::GLuint numlayers) argument
5383 …<< ", " << minlevel << ", " << numlevels << ", " << minlayer << ", " << numlayers << ");" << TestL…
5384 …extureView(texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers);

12