HomeSort by relevance Sort by last modified time
    Searched defs:textureDimension (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
SkiaShader.h 58 float textureDimension[2];
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp 318 const tcu::UVec3 textureDimension = textureData->getTextureDimension();
337 if (imageFormatProperties.maxExtent.width < textureDimension.x() ||
338 imageFormatProperties.maxExtent.height < textureDimension.y() ||
339 imageFormatProperties.maxExtent.depth < textureDimension.z())
353 (deUint32)textureDimension.x(),
354 (deUint32)textureDimension.y(),
355 (deUint32)textureDimension.z()
    [all...]

Completed in 591 milliseconds