Home
last modified time | relevance | path

Searched refs:cc_glglue_has_texture_objects (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/GL/
H A DSoGLDisplayList.cpp206 assert(cc_glglue_has_texture_objects(glw)); in ~SoGLDisplayList()
279 assert(cc_glglue_has_texture_objects(glw)); in close()
400 assert(cc_glglue_has_texture_objects(glw)); in bindTexture()
/dports/graphics/Coin/coin-Coin-4.0.0/src/rendering/
H A DSoGLDriverDatabase.cpp217 (glglue_feature_test_f *) &cc_glglue_has_texture_objects; in initFunctions()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/C/glue/
H A Dgl.h147 COIN_DLL_API SbBool cc_glglue_has_texture_objects(const cc_glglue * glue);
/dports/graphics/Coin/coin-Coin-4.0.0/src/glue/
H A Dgl.cpp2757 cc_glglue_has_texture_objects(const cc_glglue * w) in cc_glglue_has_texture_objects() function