Home
last modified time | relevance | path

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

12

/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/node/deps/npm/node_modules/qs/lib/
Dutils.js196 var isBuffer = function isBuffer(obj) { function
210 isBuffer: isBuffer, property
/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.cpp4371 const bool isBuffer = sampler.dim == EsdBuffer; in decomposeSampleMethods() local
/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.js340 isBuffer, property
Dbuffer.js523 Buffer.isBuffer = function isBuffer(b) { function in Buffer
/third_party/node/deps/npm/node_modules/qs/dist/
Dqs.js632 isBuffer: isBuffer, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js82 isBuffer: function (...args) { method
/third_party/node/deps/npm/node_modules/lodash.clonedeep/
Dindex.js1562 var isBuffer = nativeIsBuffer || stubFalse; variable
/third_party/glslang/glslang/Include/
DTypes.h90 bool isBuffer() const { return false; } in isBuffer() function
122 bool isBuffer() const { return dim == EsdBuffer; } in isBuffer() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js783 isBuffer: function (...args) { method
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h148 PFNGLISBUFFERPROC isBuffer = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h148 PFNGLISBUFFERPROC isBuffer = nullptr; variable
/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2653 bool isBuffer = (0 != (intf.fVariable.fModifiers.fFlags & Modifiers::kBuffer_Flag)); in writeInterfaceBlock() local
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl424 glIsBufferFunc isBuffer; variable
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp2606 const bool isBuffer = sampler.isBuffer(); in builtInOpCheck() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6236 GLboolean Context::isBuffer(BufferID buffer) in isBuffer() function in gl::Context
/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.ts4876 isBuffer(buffer: WebGLBuffer | null): GLboolean; method
Dlib.dom.d.ts17907 isBuffer(buffer: WebGLBuffer | null): GLboolean; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4856 isBuffer(buffer: WebGLBuffer | null): GLboolean; method
/third_party/typescript/tests/lib/
Dlib.d.ts15082 isBuffer(buffer: WebGLBuffer): boolean; method

12