Home
last modified time | relevance | path

Searched defs:setBinary (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DInfoSink.h129 void setBinary(BinaryBlob &&binary) { binarySink = std::move(binary); } in setBinary() function
/third_party/vk-gl-cts/framework/opengl/
DgluShaderProgram.cpp509 void ShaderProgram::setBinary (const glw::Functions& gl, std::vector<Shader*>& shaders, glw::GLenum… in setBinary() function in glu::ShaderProgram