Searched refs:calculateBufferDataSize (Results 1 – 1 of 1) sorted by relevance
6349 bool calculateBufferDataSize(DataSamplerType sampler_type, GLuint* buffer_data_size_ptr);8968 if (!calculateBufferDataSize(src_texture_sampler_type, &source_buffer_data_size)) in prepareSupportForNonRenderableTexture()8970 if (!calculateBufferDataSize(dst_texture_sampler_type, &destination_buffer_data_size)) in prepareSupportForNonRenderableTexture()9050 bool RequiredCase::calculateBufferDataSize(DataSamplerType sampler_type, GLuint* buffer_data_size_p… in calculateBufferDataSize() function in es3cts::RequiredCase