OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_texture2d
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp
242
glu::Texture2D*
m_texture2D
;
251
,
m_texture2D
(DE_NULL)
258
delete
m_texture2D
;
338
m_texture2D
= new glu::Texture2D(m_renderCtx, m_textureSpec.format, m_textureSpec.dataType, m_textureSpec.width, m_textureSpec.height);
346
m_texture2D
->getRefTexture().allocLevel(level);
347
tcu::fillWithGrid(
m_texture2D
->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), colorA, colorB);
349
m_texture2D
->upload();
357
m_textures.push_back(gls::TextureBinding(
m_texture2D
, m_textureSpec.sampler));
527
delete
m_texture2D
;
530
m_texture2D
= DE_NULL
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp
463
glu::Texture2D*
m_texture2D
;
474
,
m_texture2D
(DE_NULL)
483
delete
m_texture2D
;
584
m_texture2D
= new glu::Texture2D(m_renderCtx, m_textureSpec.format, m_textureSpec.width, m_textureSpec.height);
592
m_texture2D
->getRefTexture().allocLevel(level);
593
tcu::fillWithGrid(
m_texture2D
->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), colorA, colorB);
595
m_texture2D
->upload();
603
m_textures.push_back(gls::TextureBinding(
m_texture2D
, m_textureSpec.sampler));
[
all
...]
Completed in 73 milliseconds