Home
last modified time | relevance | path

Searched refs:GL_RGB10 (Results 1 – 17 of 17) sorted by relevance

/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DTextureUtil.java140 return GL_RGB10; in convertTextureFormat()
315 internalFormat = GL_RGB10; in uploadTexture()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp186 case FMT_CASE(RGB, UNORM_INT_1010102_REV): return GL_RGB10; in getInternalFormat()
510 case GL_RGB10: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT_1010102_REV); in mapGLInternalFormat()
DgluStrUtil.inl883 case GL_RGB10: return "GL_RGB10";
/external/mesa3d/src/mesa/swrast/
Ds_renderbuffer.c69 case GL_RGB10: in soft_renderbuffer_storage()
/external/mesa3d/src/mesa/main/
Dtexformat.c136 case GL_RGB10: in _mesa_choose_tex_format()
Dglformats.c497 case GL_RGB10: in _mesa_is_color_format()
Dfbobject.c1109 case GL_RGB10: in _mesa_base_fbo_format()
Dteximage.c120 case GL_RGB10: in _mesa_base_tex_format()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c398 case GL_RGB10: in radeonChooseTextureFormat()
Dradeon_fbo.c488 case GL_RGB10: in radeon_alloc_renderbuffer_storage()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c398 case GL_RGB10: in radeonChooseTextureFormat()
Dradeon_fbo.c488 case GL_RGB10: in radeon_alloc_renderbuffer_storage()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c255 case GL_RGB10: in nouveau_choose_tex_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c760 { GL_RGB10, GL_RGB10_A2, 0 },
/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp130 GL_RGB10_A2, GL_RGB10,
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl293 #define GL_RGB10 0x8052 macro
/external/mesa3d/include/GL/
Dgl.h755 #define GL_RGB10 0x8052 macro