Searched refs:glutExtensionSupported (Results 1 - 25 of 98) sorted by relevance

1234

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dno_s3tc.c65 if ( ! glutExtensionSupported( "GL_ARB_texture_compression" )
73 if ( ! glutExtensionSupported( "GL_EXT_texture_compression_s3tc" ) ) {
78 else if ( ! glutExtensionSupported( "GL_3DFX_texture_compression_FXT1" ) ) {
H A Dbug_3050.c101 if ( ! glutExtensionSupported( "GL_NV_texture_rectangle" )
102 && ! glutExtensionSupported( "GL_EXT_texture_rectangle" )
103 && ! glutExtensionSupported( "GL_ARB_texture_rectangle" ) ) {
H A Darbfpspec.c126 if (!glutExtensionSupported("GL_ARB_vertex_program")) {
131 if (!glutExtensionSupported("GL_ARB_fragment_program")) {
H A Dcondrender.c214 if (!glutExtensionSupported("GL_ARB_occlusion_query") ||
215 !glutExtensionSupported("GL_NV_conditional_render")) {
H A Dinvert.c131 if ( !glutExtensionSupported("GL_MESA_pack_invert") ) {
136 if ( !glutExtensionSupported("GL_ARB_window_pos") ) {
H A Dtexcompsub.c77 if (!glutExtensionSupported("GL_ARB_texture_compression")) {
81 if (!glutExtensionSupported("GL_EXT_texture_compression_s3tc")) {
H A Dyuvrect.c114 if (!glutExtensionSupported("GL_NV_texture_rectangle")) {
119 if (!glutExtensionSupported("GL_MESA_ycbcr_texture")) {
H A Dgetteximage.c207 if (glutExtensionSupported("GL_ARB_texture_non_power_of_two"))
210 if (glutExtensionSupported("GL_EXT_framebuffer_object") ||
211 glutExtensionSupported("GL_ARB_framebuffer_object")) {
213 if (glutExtensionSupported("GL_ARB_texture_non_power_of_two"))
H A Dvptest3.c96 if (!glutExtensionSupported("GL_NV_vertex_program")) {
H A Darbgpuprog.c73 if (!glutExtensionSupported("GL_ARB_vertex_program")) {
77 if (!glutExtensionSupported("GL_ARB_fragment_program")) {
H A Dbug_3195.c191 if (!glutExtensionSupported("GL_EXT_texture_lod_bias")) {
198 if (glutExtensionSupported("GL_SGIS_generate_mipmap")) {
H A Dext422square.c149 if (!glutExtensionSupported("GL_ARB_fragment_program")) {
154 if (!glutExtensionSupported("GL_EXT_422_pixels")) {
H A Dfbotest1.c125 GLboolean ARB_fbo = glutExtensionSupported("GL_ARB_framebuffer_object");
128 if (!glutExtensionSupported("GL_EXT_framebuffer_object")) {
H A Dfloattex.c207 if (!glutExtensionSupported("GL_MESAX_texture_float") &&
208 !glutExtensionSupported("GL_ARB_texture_float")) {
H A Dmapbufrange.c168 if (!glutExtensionSupported("GL_ARB_vertex_buffer_object")) {
173 UseBufferRange = glutExtensionSupported("GL_ARB_map_buffer_range");
H A Dfogcoord.c76 if (!glutExtensionSupported("GL_EXT_fog_coord")) {
H A Dtexcmp.c404 && !glutExtensionSupported("GL_ARB_texture_compression") ) {
408 if (glutExtensionSupported("GL_3DFX_texture_compression_FXT1")) {
411 if (glutExtensionSupported("GL_EXT_texture_compression_s3tc")) {
414 if (glutExtensionSupported("GL_S3_s3tc")) {
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dnoise2.c104 if (!glutExtensionSupported("GL_ARB_fragment_shader")) {
108 if (!glutExtensionSupported("GL_ARB_shader_objects")) {
112 if (!glutExtensionSupported("GL_ARB_shading_language_100")) {
116 if (!glutExtensionSupported("GL_ARB_vertex_shader")) {
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Darbfslight.c202 if (!glutExtensionSupported("GL_ARB_fragment_shader")) {
206 if (!glutExtensionSupported("GL_ARB_shader_objects")) {
210 if (!glutExtensionSupported("GL_ARB_shading_language_100")) {
214 if (!glutExtensionSupported("GL_ARB_vertex_shader")) {
H A Dshadowtex.c876 if (!glutExtensionSupported("GL_ARB_depth_texture")) {
881 HaveShadow = glutExtensionSupported("GL_ARB_shadow");
882 HaveVP = glutExtensionSupported("GL_ARB_vertex_program");
883 HaveFP = glutExtensionSupported("GL_ARB_fragment_program");
884 HaveFP_Shadow = glutExtensionSupported("GL_ARB_fragment_program_shadow");
901 HaveShadowAmbient = glutExtensionSupported("GL_ARB_shadow_ambient");
906 HaveEXTshadowFuncs = glutExtensionSupported("GL_EXT_shadow_funcs");
908 HavePackedDepthStencil = glutExtensionSupported("GL_EXT_packed_depth_stencil");
912 HaveFBO = glutExtensionSupported("GL_EXT_framebuffer_object");
H A Dfplight.c214 if (!glutExtensionSupported("GL_NV_vertex_program")) {
218 if (!glutExtensionSupported("GL_NV_fragment_program")) {
H A Dlodbias.c211 if (!glutExtensionSupported("GL_EXT_texture_lod_bias")) {
221 if (glutExtensionSupported("GL_SGIS_generate_mipmap")) {
H A Dpaltex.c109 if (!glutExtensionSupported("GL_EXT_paletted_texture")) {
191 if (!glutExtensionSupported("GL_EXT_paletted_texture")) {
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_ext.c15 glutExtensionSupported(const char *extension) function in typeref:typename:int GLUTAPIENTRY
35 you are probably calling glutExtensionSupported without
134 { "glutExtensionSupported", (const GLUTproc) glutExtensionSupported },
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_ext.c15 glutExtensionSupported(const char *extension) function in typeref:typename:int GLUTAPIENTRY
35 you are probably calling glutExtensionSupported without
134 { "glutExtensionSupported", (const GLUTproc) glutExtensionSupported },

Completed in 28 milliseconds

1234