Searched refs:IsTexture (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/opengl/mesa/ |
H A D | pointers.c | 269 table->IsTexture = gl_IsTexture; in init_exec_pointers() 456 table->IsTexture = gl_IsTexture; /* NOT SAVED */ in init_dlist_pointers()
|
H A D | types.h | 434 GLboolean (*IsTexture)( GLcontext *, GLuint ); member
|
H A D | api.c | 1177 return (*CC->API.IsTexture)(CC, texture); in _mesa_IsTexture()
|
/reactos/dll/opengl/opengl32/ |
H A D | glapi_x86.s | 185 USE_GL_FUNC IsTexture, 330, 4
|
H A D | icd.h | 344 GLboolean (GLAPIENTRY * IsTexture)(GLuint);
|
H A D | glfuncs.h | 341 USE_GL_FUNC_RET(IsTexture, GLboolean, (GLuint texture), (texture), 330, 4)
|
/reactos/sdk/include/dxsdk/ |
H A D | d3dx9mesh.h | 565 STDMETHOD_(BOOL, IsTexture)(THIS) PURE; in DECLARE_INTERFACE_() 594 STDMETHOD_(BOOL, IsTexture)(THIS) PURE; in DECLARE_INTERFACE_()
|