Lines Matching defs:format
38 /* Type definitions needed to handle GL_R11F_G11F_B10F internal format */
745 /** Tells what the format of user-specified internalformat is (eg. whether it's a FP,
746 * unorm, snorm, etc.). Note: this is NOT the GL-speak format.
875 /** Returns GL format that is compatible with user-specified internalformat.
3737 * application tries to create a texture view, internal format
3739 * specification, and the texture view's internal format is
3740 * incompatible with parent object's internal format. Both
3861 * format that does not match the original texture's, and the
4214 "format which is compatible with the original texture's internal "
4215 "format, works correctly.")
6569 * according to user-defined format (snorm, unorm, etc.) and component size.
6575 * or format is not supported.
6581 * @param format Format to be used for data retrieval. This defines data format of
6593 const _format format, void* result)
6606 switch (format)
6711 TCU_FAIL("Unrecognized mip-map format");
7049 _format format = TextureViewUtilities::getFormatOfInternalformat(texture_internalformat);
7051 if (format == FORMAT_FLOAT)
7057 DE_ASSERT(format == FORMAT_UNORM || format == FORMAT_SNORM);