Searched refs:BindImage (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | gl_texture.cc | 61 absl::Status GlTexture::BindImage(uint32_t index, GLenum access) const { in BindImage() function in tflite::gpu::gl::GlTexture 67 return BindImage(index, GL_READ_ONLY); in BindAsReadonlyImage() 71 return BindImage(index, GL_WRITE_ONLY); in BindAsWriteonlyImage() 75 return BindImage(index, GL_READ_WRITE); in BindAsReadWriteImage()
|
D | gl_texture.h | 90 absl::Status BindImage(uint32_t index, GLenum access) const;
|
/external/python/cpython3/Lib/msilib/ |
D | schema.py | 93 BindImage = Table('BindImage') variable 94 BindImage.add_field(1,'File_',11592) 95 BindImage.add_field(2,'Path',7679) 580 …nce, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch…
|
/external/python/cpython2/Tools/msi/ |
D | schema.py | 93 BindImage = Table('BindImage') variable 94 BindImage.add_field(1,'File_',0x2DFF) 95 BindImage.add_field(2,'Path',7679) 580 …nce, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch…
|
/external/python/cpython2/Lib/msilib/ |
D | schema.py | 93 BindImage = Table('BindImage') variable 94 BindImage.add_field(1,'File_',11592) 95 BindImage.add_field(2,'Path',7679) 580 …nce, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch…
|