Searched defs:numlayers (Results 1 - 4 of 4) 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.h247 OPJ_UINT32 numlayers; member in struct:opj_tcp
H A Dopenjpeg.h843 int numlayers; member in struct:opj_codestream_info
914 OPJ_UINT32 numlayers; member in struct:opj_tile_v2_info
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp2785 * and <numlayers> arguments passed to glTextureView() calls
2796 * also requires <numlayers> argument to be set to 1 for them, so
2996 * - TEXTURE_VIEW_NUM_LAYERS is set to the lesser of <numlayers> and the
3566 1); /* numlayers */
3590 1); /* numlayers */
3612 1); /* numlayers */
3636 1); /* numlayers */
3658 1); /* numlayers */
3712 1); /* numlayers */
3800 1); /* numlayers */
5991 unsigned int numlayers = 0; local
[all...]

Completed in 413 milliseconds