OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStencilFormat
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp
103
tcu::TextureFormat
getStencilFormat
(int stencilBits)
451
tcu::TextureLevel depthBufRow (
getStencilFormat
(stencilBits), dst.getWidth(), 1, 1);
/external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp
103
tcu::TextureFormat
getStencilFormat
(int stencilBits)
454
tcu::TextureLevel depthBufRow (
getStencilFormat
(stencilBits), dst.getWidth(), 1, 1);
/external/deqp/modules/egl/
teglRenderTests.cpp
372
tcu::TextureFormat
getStencilFormat
(int stencilBits)
417
stencilBuffer.setStorage(
getStencilFormat
(stencilBits), numSamples, width, height);
[
all
...]
/external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp
208
tcu::TextureFormat
getStencilFormat
(int stencilBits)
298
m_stencilbuffer.setStorage(
getStencilFormat
(stencilBits), samples, width, height);
[
all
...]
Completed in 259 milliseconds