HomeSort by relevance Sort by last modified time
    Searched refs:getFaceLevels (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/common/
tcuTexture.hpp 774 const ConstPixelBufferAccess* getFaceLevels (CubeFace face) const { return m_levels[face]; }
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 414 levels[face] = view.getFaceLevels((tcu::CubeFace)face) + level;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 459 levels[face] = view.getFaceLevels((tcu::CubeFace)face) + level;
    [all...]
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp 127 levels[face] = view.getFaceLevels((tcu::CubeFace)face) + clampedBase;
    [all...]

Completed in 628 milliseconds