Home
last modified time | relevance | path

Searched defs:isBuffer (Results 1 – 22 of 22) sorted by relevance

/third_party/node/test/parallel/
Dtest-stream-writable-change-default-encoding.js41 const m = new MyWritable(function(isBuffer, type, enc) { argument
49 const m = new MyWritable(function(isBuffer, type, enc) { argument
72 const m = new MyWritable(function(isBuffer, type, enc) { argument
Dtest-stream-writable-decoded-encoding.js41 const m = new MyWritable(function(isBuffer, type, enc) { argument
51 const m = new MyWritable(function(isBuffer, type, enc) { argument
Dtest-stream-writev.js88 chunk: Buffer.isBuffer(chunk.chunk) ? class in chunk
/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp82 const bool isBuffer = IsBuffer(*argOrder); in IsIllegalSample() local
154 bool HasMipInCoord(const glslang::TString& name, bool isMS, bool isBuffer, bool isImage) in HasMipInCoord()
220 const bool isBuffer = IsBuffer(argOrder[0]); in AppendTypeName() local
894 const bool isBuffer = IsBuffer(*argOrder); in initialize() local
DhlslParseHelper.cpp4374 const bool isBuffer = sampler.dim == EsdBuffer; in decomposeSampleMethods() local
/third_party/node/deps/undici/src/lib/core/
Dutil.js289 function isBuffer (buffer) { function
510 isBuffer, property
/third_party/vk-gl-cts/modules/glshared/
DglsTextureTestUtil.cpp134 bool isBuffer = de::inRange<int>(program, PROGRAM_BUFFER_FLOAT, PROGRAM_BUFFER_UINT); in getProgram() local
/third_party/node/lib/
Dutil.js365 isBuffer, property
Dbuffer.js554 Buffer.isBuffer = function isBuffer(b) { function in Buffer
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js82 isBuffer: function (...args) { method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js783 isBuffer: function (...args) { method
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h148 PFNGLISBUFFERPROC isBuffer = nullptr; variable
/third_party/glslang/glslang/Include/
DTypes.h110 bool isBuffer() const { return dim == EsdBuffer; } in isBuffer() function
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl424 glIsBufferFunc isBuffer; variable
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp2756 const bool isBuffer = sampler.isBuffer(); in builtInOpCheck() local
/third_party/node/deps/undici/
Dundici.js708 function isBuffer(buffer) { function
886 isBuffer, property
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp7035 GLboolean Context::isBuffer(BufferID buffer) const in isBuffer() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts5008 isBuffer(buffer: WebGLBuffer | null): GLboolean; method
Dlib.dom.d.ts16255 isBuffer(buffer: WebGLBuffer | null): GLboolean; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4988 isBuffer(buffer: WebGLBuffer | null): GLboolean; method
Ddom.generated.d.ts16235 isBuffer(buffer: WebGLBuffer | null): GLboolean; method
/third_party/typescript/tests/lib/
Dlib.d.ts15082 isBuffer(buffer: WebGLBuffer): boolean; method