/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() 550 faceTarget = _mesa_cube_face_target(origTexObj->Target, minlayer); in texture_view() 695 texObj->Attrib.MinLayer = origTexObj->Attrib.MinLayer + minlayer; 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() 808 newViewMinLayer = origTexObj->Attrib.MinLayer + minlayer; in _mesa_TextureView() 840 numlevels, minlayer, numlayers, false); in _mesa_TextureView()
|
/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 193 The <minlevel> and <minlayer> parameters are relative to the view of the 196 <minlevel> or <minlayer> are larger than the greatest level or layer of the 210 - TEXTURE_VIEW_MIN_LAYER is set to <minlayer> plus the value of 219 <minlayer>. 488 <minlayer>=100, <numlayers>=100. It will have TEXTURE_VIEW_MIN_LAYER=100, 490 <minlayer>=50, <numlayers>=50. It will have TEXTURE_VIEW_MIN_LAYER=150,
|
/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 183 The <minlevel> and <minlayer> parameters are relative to the view of the 186 <minlevel> or <minlayer> are larger than the greatest level or layer of the 200 - TEXTURE_VIEW_MIN_LAYER is set to <minlayer> plus the value of 209 <minlayer>. 478 <minlayer>=100, <numlayers>=100. It will have TEXTURE_VIEW_MIN_LAYER=100, 480 <minlayer>=50, <numlayers>=50. It will have TEXTURE_VIEW_MIN_LAYER=150,
|
/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 227 The <minlevel> and <minlayer> parameters are relative to the view of the 243 - TEXTURE_VIEW_MIN_LAYER_EXT is set to <minlayer> plus the value of 252 <minlayer>. 470 An INVALID_VALUE error is generated if <minlevel> or <minlayer> are
|
/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 232 The <minlevel> and <minlayer> parameters are relative to the view of the 248 - TEXTURE_VIEW_MIN_LAYER_OES is set to <minlayer> plus the value of 257 <minlayer>. 475 An INVALID_VALUE error is generated if <minlevel> or <minlayer> are
|
/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 242 The <minlevel> and <minlayer> parameters are relative to the view of the 258 - TEXTURE_VIEW_MIN_LAYER_OES is set to <minlayer> plus the value of 267 <minlayer>. 485 An INVALID_VALUE error is generated if <minlevel> or <minlayer> are
|
/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 227 The <minlevel> and <minlayer> parameters are relative to the view of the 243 - TEXTURE_VIEW_MIN_LAYER_EXT is set to <minlayer> plus the value of 252 <minlayer>. 470 An INVALID_VALUE error is generated if <minlevel> or <minlayer> are
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationGL43_autogen.h | 81 GLuint minlayer,
|
D | Context_gl_4_autogen.h | 142 GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, \
|
D | validationGL4.cpp | 878 GLuint minlayer, in ValidateTextureView() argument
|
D | validationGL4_autogen.h | 544 GLuint minlayer,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_4_3_autogen.h | 38 GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, \
|
D | validationGL43_autogen.h | 158 GLuint minlayer,
|
D | validationGL43.cpp | 248 GLuint minlayer, in ValidateTextureView() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_3_autogen.cpp | 1042 GLuint minlayer, in TextureView() argument 1050 GLenumToString(GLenumGroup::InternalFormat, internalformat), minlevel, numlevels, minlayer, in TextureView() 1061 minlevel, numlevels, minlayer, numlayers)); in TextureView() 1065 numlevels, minlayer, numlayers); in TextureView() 1068 internalformat, minlevel, numlevels, minlayer, numlayers); in TextureView()
|
D | entry_points_gl_4_3_autogen.h | 181 GLuint minlayer,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 5987 unsigned int minlayer = 0; in initTextureObject() local 6020 minlayer = 1; in initTextureObject() 6024 minlayer = 0; in initTextureObject() 6052 …gl.textureView(*to_id_ptr, view_texture_target, m_to_id, GL_RGBA8, minlevel, numlevels, minlayer, … in initTextureObject() 6057 m_iteration_view_texture_minlayer = minlayer; in initTextureObject() 6068 << "minlayer:[" << minlayer << "] " in initTextureObject()
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
D | gl2ext.h | 732 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 734 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 2209 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 2211 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers…
|
/third_party/mesa3d/include/GLES2/ |
D | gl2ext.h | 748 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 750 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 2266 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 2268 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers…
|
/third_party/flutter/skia/third_party/externals/angle2/include/GLES2/ |
D | gl2ext.h | 732 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 734 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 2209 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 2211 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers…
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
D | gl2ext.h | 732 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 734 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 2209 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 2211 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers…
|
/third_party/openGLES/api/GLES2/ |
D | gl2ext.h | 729 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 731 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 2346 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 2348 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers…
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
D | gl2ext.h | 729 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 731 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 2258 …xture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers… 2260 …xture, 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 | 616 GLuint minlayer,
|
D | entry_points_gl_4_autogen.cpp | 5524 GLuint minlayer, 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()
|