Home
last modified time | relevance | path

Searched defs:programBinary (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksServices.cpp135 std::unique_ptr<vk::ProgramBinary> programBinary; in CompileShader() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp1449 BlobCache::Value programBinary; in programCacheQuery() local
DContext.cpp6541 void Context::programBinary(GLuint program, GLenum binaryFormat, const void *binary, GLsizei length) in programBinary() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp2087 BlobCache::Value programBinary; in programCacheQuery() local
DContext.cpp7400 void Context::programBinary(ShaderProgramID program, in programBinary() function in gl::Context
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h473 PFNGLPROGRAMBINARYPROC programBinary = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h473 PFNGLPROGRAMBINARYPROC programBinary = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl571 glProgramBinaryFunc programBinary; variable