/third_party/mesa3d/src/mesa/main/ |
D | textureview.c | 534 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/ |
D | OES_texture_view.txt | 104 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/ |
D | OES_texture_view.txt | 114 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/ |
D | EXT_texture_view.txt | 99 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/ |
D | EXT_texture_view.txt | 99 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/ |
D | ARB_texture_view.txt | 87 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/ |
D | ARB_texture_view.txt | 97 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/ |
D | validationGL43_autogen.h | 82 GLuint numlayers);
|
D | Context_gl_4_autogen.h | 143 GLuint numlayers); \
|
D | validationGL4.cpp | 879 GLuint numlayers) in ValidateTextureView() argument
|
D | validationGL4_autogen.h | 545 GLuint numlayers);
|
D | Context_gl.cpp | 2760 GLuint numlayers) in textureView() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 5989 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/ |
D | gl2ext.h | 732 …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/ |
D | gl2ext.h | 748 …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/ |
D | gl2ext.h | 732 …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/ |
D | gl2ext.h | 729 …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/ |
D | gl2ext.h | 729 …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/ |
D | entry_points_gl_4_autogen.h | 617 GLuint numlayers);
|
D | entry_points_gl_4_autogen.cpp | 5525 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()
|
D | libGL_autogen.cpp | 5309 GLuint numlayers) in glTextureView() argument 5312 minlayer, numlayers); in glTextureView()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | null_functions.cpp | 2731 GLuint numlayers) in glTextureViewNULL() argument
|
D | null_functions.h | 1769 GLuint numlayers);
|
/third_party/vk-gl-cts/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 6513 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) argument 6522 DE_UNREF(numlayers);
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluCallLogWrapper.inl | 5380 …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);
|