Searched defs:numlayers (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dtextureview.c525 GLuint minlayer, GLuint numlayers)
543 minlevel, numlevels, minlayer, numlayers);
619 " + orig numlayers (%d))",
640 newViewNumLayers = MIN2(numlayers, origTexObj->NumLayers - minlayer);
670 * <numlayers> must be equal to 6.
674 "glTextureView(clamped numlayers %d != 6)",
687 * then <numlayers> counts layer-faces rather than layers,
688 * and the clamped <numlayers> must be a multiple of 6.
693 "glTextureView(clamped numlayers %d is not"
727 * or TEXTURE_2D_MULTISAMPLE and <numlayers> doe
522 _mesa_TextureView(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) argument
[all...]
/external/pdfium/third_party/libopenjpeg20/
H A Dj2k.h253 OPJ_UINT32 numlayers; member in struct:opj_tcp
H A Dopenjpeg.h834 int numlayers; member in struct:opj_codestream_info
906 OPJ_UINT32 numlayers; member in struct:opj_tile_v2_info

Completed in 135 milliseconds