Home
last modified time | relevance | path

Searched refs:crtexture (Results 1 – 5 of 5) sorted by relevance

/dports/devel/love/love-11.3/src/modules/graphics/opengl/
H A DShader.h67 void setVideoTextures(Texture *ytexture, Texture *cbtexture, Texture *crtexture) override;
H A DShader.cpp685 void Shader::setVideoTextures(Texture *ytexture, Texture *cbtexture, Texture *crtexture) in setVideoTextures() argument
693 Texture *textures[3] = {ytexture, cbtexture, crtexture}; in setVideoTextures()
/dports/devel/love/love-11.3/src/modules/graphics/
H A DShader.h183 virtual void setVideoTextures(Texture *ytexture, Texture *cbtexture, Texture *crtexture) = 0;
/dports/devel/love10/love-0.10.2/src/modules/graphics/opengl/
H A DShader.h168 void setVideoTextures(GLuint ytexture, GLuint cbtexture, GLuint crtexture);
H A DShader.cpp642 void Shader::setVideoTextures(GLuint ytexture, GLuint cbtexture, GLuint crtexture) in setVideoTextures() argument
677 const GLuint textures[3] = {ytexture, cbtexture, crtexture}; in setVideoTextures()