Searched refs:source_texture_id (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderImageLoadStoreTests.cpp | 7077 void Copy2DR8UITexture(GLuint destination_texture_id, GLuint source_texture_id) in Copy2DR8UITexture() argument 7120 …BindTextureToImage(m_program_id, source_texture_id, 1 /* image_unit */, source_image_uniform_name); in Copy2DR8UITexture() 7566 void CopyRGBA8Texture(GLuint destination_texture_id, GLuint source_texture_id, GLuint n_layers) in CopyRGBA8Texture() argument 7570 CopyRGBA8TextureLayer(destination_texture_id, source_texture_id, layer); in CopyRGBA8Texture() 7580 void CopyRGBA8TextureLayer(GLuint destination_texture_id, GLuint source_texture_id, GLuint layer) in CopyRGBA8TextureLayer() argument 7624 …BindTextureToImage(m_program_id, source_texture_id, 1 /* image_unit */, layer, source_image_unifor… in CopyRGBA8TextureLayer()
|