OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tex_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/gpu/command_buffer/tests/
gl_texture_storage_unittest.cc
24
glGenTextures(1, &
tex_
);
25
glBindTexture(GL_TEXTURE_2D,
tex_
);
32
tex_
,
45
GLuint
tex_
;
member in class:gpu::TextureStorageTest
129
glDeleteTextures(1, &
tex_
);
/external/deqp/modules/gles3/functional/
es3fTextureShadowTests.cpp
188
FilterCase (const glu::Texture2D*
tex_
, const float ref_, const tcu::Vec2& minCoord_, const tcu::Vec2& maxCoord_)
189
: texture (
tex_
)
439
FilterCase (const glu::TextureCube*
tex_
, const float ref_, const tcu::Vec2& bottomLeft_, const tcu::Vec2& topRight_)
440
: texture (
tex_
)
732
FilterCase (const glu::Texture2DArray*
tex_
, float ref_, const tcu::Vec3& minCoord_, const tcu::Vec3& maxCoord_)
733
: texture (
tex_
)
[
all
...]
es3fTextureFilteringTests.cpp
103
FilterCase (const glu::Texture2D*
tex_
, const tcu::Vec2& minCoord_, const tcu::Vec2& maxCoord_)
104
: texture (
tex_
)
380
FilterCase (const glu::TextureCube*
tex_
, const tcu::Vec2& bottomLeft_, const tcu::Vec2& topRight_)
381
: texture (
tex_
)
691
FilterCase (const glu::Texture2DArray*
tex_
, const tcu::Vec2& lod_, const tcu::Vec2& offset_, const tcu::Vec2& layerRange_)
692
: texture (
tex_
)
[
all
...]
/external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp
147
FilterCase (const glu::TextureCubeArray*
tex_
, const tcu::Vec2& bottomLeft_, const tcu::Vec2& topRight_, const tcu::Vec2& layerRange_)
148
: texture (
tex_
)
/external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp
101
FilterCase (const glu::Texture2D*
tex_
, const tcu::Vec2& minCoord_, const tcu::Vec2& maxCoord_)
102
: texture (
tex_
)
364
FilterCase (const glu::TextureCube*
tex_
, const tcu::Vec2& bottomLeft_, const tcu::Vec2& topRight_)
365
: texture (
tex_
)
Completed in 465 milliseconds