Home
last modified time | relevance | path

Searched refs:GLSampler (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/tests/gl_tests/
DSamplersTest.cpp22 void validateInvalidAnisotropy(GLSampler &sampler, float invalidValue) in validateInvalidAnisotropy()
29 void validateValidAnisotropy(GLSampler &sampler, float validValue) in validateValidAnisotropy()
48 GLSampler sampler; in TEST_P()
70 GLSampler sampler; in TEST_P()
82 GLSampler sampler; in TEST_P()
DSRGBTextureTest.cpp386 GLSampler sampler; in TEST_P()
455 GLSampler sampler; in TEST_P()
488 GLSampler sampler; in TEST_P()
522 GLSampler sampler; in TEST_P()
DTextureTest.cpp5924 GLSampler sampler; in TEST_P()
5987 GLSampler samplers[4]; in TEST_P()
6238 GLSampler sampler; in TEST_P()
6267 GLSampler sampler; in TEST_P()
6290 GLSampler sampler; in TEST_P()
6359 GLSampler sampler; in TEST_P()
6490 GLSampler sampler; in TEST_P()
6551 GLSampler sampler; in TEST_P()
8436 GLSampler sampler; in TEST_P()
8498 GLSampler samplers[4]; in TEST_P()
[all …]
DProgramBinaryTest.cpp804 GLSampler sampler; in TEST_P()
DStateChangeTest.cpp3817 GLSampler sampler; in TEST_P()
3893 GLSampler samplers[kNumSamplers + 1]; in TEST_P()
/external/angle/src/tests/test_utils/
Dgl_raii.h111 class GLSampler : public GLWrapper
114 GLSampler() : GLWrapper(&glGenSamplers, &glDeleteSamplers) {} in GLSampler() function
/external/angle/src/tests/egl_tests/
DEGLContextSharingTest.cpp328 GLSampler sampler; in TEST_P()