Home
last modified time | relevance | path

Searched refs:GL_BLUE_BITS (Results 1 - 25 of 51) sorted by relevance

123

/third_party/glfw/tests/
H A Dmonitors.c193 glGetIntegerv(GL_BLUE_BITS, &current.blueBits); in test_modes()
H A Dglfwinfo.c855 glGetIntegerv(GL_BLUE_BITS, &bluebits); in main()
/third_party/mesa3d/src/mesa/main/tests/
H A Dmesa_formats.cpp86 GLint b = _mesa_get_format_bits(f, GL_BLUE_BITS); in TEST_F()
/third_party/mesa3d/src/mesa/main/
H A Dframebuffer.c437 fb->Visual.blueBits = _mesa_get_format_bits(fmt, GL_BLUE_BITS); in _mesa_update_framebuffer_visual()
483 fb->Visual.accumBlueBits = _mesa_get_format_bits(fmt, GL_BLUE_BITS); in _mesa_update_framebuffer_visual()
H A Dformats.c158 case GL_BLUE_BITS: in _mesa_get_format_bits()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_screen.c266 blue_bits = _mesa_get_format_bits(format, GL_BLUE_BITS); in driCreateConfigs()
/third_party/openGLES/api/GLSC/1.0.1/
H A Dgl.h202 #define GL_BLUE_BITS 0x0D54 macro
/third_party/openGLES/api/GLSC/1.0/
H A Dgl.h206 #define GL_BLUE_BITS 0x0D54 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
H A Dgl.h206 #define GL_BLUE_BITS 0x0D54 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
H A Dgl.h202 #define GL_BLUE_BITS 0x0D54 macro
/third_party/openGLES/api/GLES/1.0/
H A Dgl.h237 #define GL_BLUE_BITS 0x0D54 macro
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h158 #define GL_BLUE_BITS 0x0D54 macro
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DWebGLFramebufferTest.cpp79 glGetIntegerv(GL_BLUE_BITS, &blueBits); in checkBufferBits()
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
H A Dgl.h237 #define GL_BLUE_BITS 0x0D54 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h179 #define GL_BLUE_BITS 0x0D54 macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp2101 case GL_BLUE_BITS: in getIntegerv()
2113 case GL_BLUE_BITS: *params = colorbuffer->getBlueSize(); return true; in getIntegerv()
2559 case GL_BLUE_BITS: in getQueryParameterInfo()
/third_party/mesa3d/include/GLES/
H A Dgl.h209 #define GL_BLUE_BITS 0x0D54 macro
/third_party/openGLES/api/GLES/
H A Dgl.h190 #define GL_BLUE_BITS 0x0D54 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES/
H A Dgl.h209 #define GL_BLUE_BITS 0x0D54 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Dgl.h209 #define GL_BLUE_BITS 0x0D54 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.cpp2840 case GL_BLUE_BITS:
2856 case GL_BLUE_BITS:
/third_party/glfw/deps/glad/
H A Dgles2.h191 #define GL_BLUE_BITS 0x0D54 macro
/third_party/mesa3d/include/GLES2/
H A Dgl2.h185 #define GL_BLUE_BITS 0x0D54 macro
/third_party/openGLES/api/GLES2/
H A Dgl2.h166 #define GL_BLUE_BITS 0x0D54 macro
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleFunctionalTests.cpp2637 gl.getIntegerv(GL_BLUE_BITS, &rt_bits_blue); in iterate()

Completed in 47 milliseconds

123