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

  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 329 , m_emptyTexCubeArray ()
433 m_emptyTexCubeArray.getSampler().wrapS = tcu::Sampler::CLAMP_TO_EDGE;
434 m_emptyTexCubeArray.getSampler().wrapT = tcu::Sampler::CLAMP_TO_EDGE;
435 m_emptyTexCubeArray.getSampler().minFilter = tcu::Sampler::NEAREST;
436 m_emptyTexCubeArray.getSampler().magFilter = tcu::Sampler::NEAREST;
437 m_emptyTexCubeArray.allocLevel(0, tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), 1, 1, 6);
439 m_emptyTexCubeArray.getLevel(0).setPixel(Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0, faceNdx);
440 m_emptyTexCubeArray.updateView();
    [all...]
sglrReferenceContext.hpp     [all...]

Completed in 258 milliseconds