Searched refs:minmax (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | glUtils.h | 90 template <class T> void minmax(const T *indices, int count, int *min, int *max) { in minmax() function 105 if (!shouldExclude) return minmax(indices, count, min, max); in minmaxExcept()
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | GLEncoder.cpp | 596 GLUtils::minmax<unsigned char>((unsigned char *)indices, count, &minIndex, &maxIndex); in s_glDrawElements() 607 GLUtils::minmax<unsigned short>((unsigned short *)indices, count, &minIndex, &maxIndex); in s_glDrawElements() 618 GLUtils::minmax<unsigned int>((unsigned int *)indices, count, &minIndex, &maxIndex); in s_glDrawElements()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | capabilities.adoc | 1046 type can: be used with cubic filtering and minmax filtering. 1146 Implementations may: support extent values larger than the <<limits-minmax, 1155 <<limits-minmax, required minimum/maximum values>> for all types of images.
|
D | limits.adoc | 1490 …SamplerFilterMinmaxProperties',desc='Structure describing sampler filter minmax limits that can be… 4427 [[limits-minmax]]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_dispatch_common.adoc | 73 together with minmax filtering, as specified by
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 834 * Clarify that <<textures-texel-mipmap-filtering, minmax filtering applies 4169 * Remove nonexistent pname:minFragmentSize from the <<limits-minmax, Limit
|