Lines Matching defs:layer
898 /** @brief Test texture layer attachment.
962 /* Attach texture layer. */
1015 * @param [in] layer Tested layer.
1022 glw::GLuint level, glw::GLint layer, glw::GLuint levels,
1034 << " and at layer " << layer << " where texture has " << levels << " levels and " << layers
1048 * @param [in] layer Tested layer.
1055 glw::GLint layer, glw::GLuint levels, glw::GLint layers)
1069 << level << " and texture layer " << layer << " of texture with " << levels << " levels and " << layers
1084 * @param [in] layer Tested layer.
1091 glw::GLenum internalformat, glw::GLuint level, glw::GLint layer,
1113 << " and texture layer " << layer << " of texture with " << levels << " levels and " << layers
1136 << " attachment and texture level " << level << " and texture layer " << layer << " of texture with "
1157 << " attachment and texture level " << level << " and texture layer " << layer << " of texture with "
5135 texture, and layer is larger than the value of MAX_3D_TEXTURE_SIZE or GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV (if available) minus one. */
5142 and layer is larger than the value of MAX_ARRAY_TEXTURE_LAYERS minus one. */
5150 and (layer / 6) is larger than the value of MAX_CUBE_MAP_TEXTURE_SIZE minus one (see section 9.8).
5152 and layer is negative. */
5317 bool level, const glw::GLchar* texture_type, bool layer)
5332 << (level ? "valid" : "invalid") << " level" << (layer ? "" : ", with invalid layer number")