/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TextureFilteringHintTest.cpp | 40 glHint(GL_TEXTURE_FILTERING_HINT_CHROMIUM, GL_FASTEST); in TEST_P() 43 EXPECT_GLENUM_EQ(GL_FASTEST, intValue); in TEST_P() 56 glHint(GL_TEXTURE_FILTERING_HINT_CHROMIUM, GL_FASTEST); in TEST_P()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | hint.c | 47 if (mode != GL_NICEST && mode != GL_FASTEST && mode != GL_DONT_CARE) { in _mesa_Hint()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pStateChangeCallTests.cpp | 518 GL_FASTEST, in init()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedGLEnums_autogen.cpp | 682 case GL_FASTEST: in FromGLenum() 698 return GL_FASTEST; in ToGLenum() 715 os << "GL_FASTEST"; in operator <<()
|
/third_party/openGLES/api/GLSC/1.0.1/ |
H A D | gl.h | 256 #define GL_FASTEST 0x1101 macro
|
/third_party/openGLES/api/GLSC/1.0/ |
H A D | gl.h | 260 #define GL_FASTEST 0x1101 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/ |
H A D | gl.h | 260 #define GL_FASTEST 0x1101 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/ |
H A D | gl.h | 256 #define GL_FASTEST 0x1101 macro
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 580 GL_FASTEST, in init()
|
/third_party/openGLES/api/GLES/1.0/ |
H A D | gl.h | 244 #define GL_FASTEST 0x1101 macro
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 172 #define GL_FASTEST 0x1101 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/ |
H A D | gl.h | 244 #define GL_FASTEST 0x1101 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 193 #define GL_FASTEST 0x1101 macro
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeStateApiTests.cpp | 616 glHint(-1, GL_FASTEST); in init()
|
H A D | es2fIntegerStateQueryTests.cpp | 757 glHint(m_targetName, GL_FASTEST); in test() 758 m_verifier->verifyInteger(m_testCtx, m_targetName, GL_FASTEST); in test()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderDerivateTests.cpp | 1761 { "fastest", GL_FASTEST }, in init() 1787 { "float_fastest", SURFACETYPE_FLOAT_FBO, 0, GL_FASTEST }, in init()
|
H A D | es3fNegativeStateApiTests.cpp | 1068 glHint(-1, GL_FASTEST); in init()
|
H A D | es3fIntegerStateQueryTests.cpp | 1036 glHint(m_targetName, GL_FASTEST); in test() 1037 m_verifier->verifyInteger(m_testCtx, m_targetName, GL_FASTEST); in test()
|
/third_party/mesa3d/include/GLES/ |
H A D | gl.h | 239 #define GL_FASTEST 0x1101 macro
|
/third_party/openGLES/api/GLES/ |
H A D | gl.h | 220 #define GL_FASTEST 0x1101 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
H A D | gl.h | 239 #define GL_FASTEST 0x1101 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.cpp | 1220 const bool hintFastest = contextVk->getState().getGenerateMipmapHint() == GL_FASTEST; in CalculateGenerateMipmapFilter()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
H A D | gl.h | 239 #define GL_FASTEST 0x1101 macro
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 237 #define GL_FASTEST 0x1101 macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 199 #define GL_FASTEST 0x1101 macro
|