Home
last modified time | relevance | path

Searched defs:buffer (Results 1551 - 1575 of 3556) sorted by relevance

1...<<61626364656667686970>>...143

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cIndirectParametersTests.cpp130 GLvoid* buffer = gl.mapBuffer(GL_PARAMETER_BUFFER_ARB, GL_READ_ONLY); in iterate() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRendering.cpp439 unsigned char buffer[TEXTURE_WIDTH * TEXTURE_HEIGHT * TEXTURE_N_COMPONENTS] = { 0 }; in iterate() local
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp323 unsigned char buffer[m_width * m_height * m_max_depth * m_texture_components]; in iterate() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPoints.cpp548 unsigned char buffer[m_rt_width * m_rt_height * 4 /* components */] = { 0 }; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferTextureBufferRange.cpp1271 fillInputData(glw::GLubyte* buffer, glw::GLuint offset, FormatInfo& info) fillInputData() argument
1397 fillOutputData(glw::GLubyte* buffer, FormatInfo& info) fillOutputData() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dbuffer.cc161 CompareRMSE(Buffer* buffer, float tolerance) const CompareRMSE() argument
208 CompareHistogramEMD(Buffer* buffer, float tolerance) const CompareHistogramEMD() argument
[all...]
H A Dcommand.cc119 Probe::Probe(Type type, Buffer* buffer) : Command(type), buffer_(buffer) {} in Probe() argument
123 ProbeCommand::ProbeCommand(Buffer* buffer) : Probe(Type::kProbe, buffer) {} in ProbeCommand() argument
127 ProbeSSBOCommand::ProbeSSBOCommand(Buffer* buffer) in ProbeSSBOCommand() argument
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dparser.cc437 auto buffer = MakeUnique<Buffer>(); in ProcessVertexDataBlock() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpipeline.cc278 const auto& buffer = std::find_if( in AddDescriptorBuffer() local
458 GetCommandBuffer(), buffer, transfer_buffer); SendDescriptorDataToDeviceIfNeeded() local
466 GetCommandBuffer(), buffer, transfer_image); SendDescriptorDataToDeviceIfNeeded() local
[all...]
H A Dvertex_buffer_test.cc150 auto buffer = MakeUnique<Buffer>(); in SetData() local
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dsmall_vector.h454 buffer[small_size]; member in spvtools::utils::SmallVector
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DReadPixelsTest.cpp507 GLBuffer buffer; in TEST_P() local
[all...]
H A DRobustBufferAccessBehaviorTest.cpp467 GLBuffer buffer; TEST_P() local
[all...]
H A DLineLoopTest.cpp67 void preTestUpdateBuffer(GLuint framebuffer, GLuint texture, GLuint buffer, GLsizei size) in preTestUpdateBuffer() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DDrawElementsPerf.cpp21 GLuint buffer = 0u; in CreateElementArrayBuffer() local
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLPrintEGLinfoTest.cpp132 std::array<char, kBufferSize> buffer; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DDisplayNULL.cpp163 createPbufferFromClientBuffer(const egl::SurfaceState &state, EGLenum buftype, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createPbufferFromClientBuffer() argument
H A DFramebufferNULL.cpp52 clearBufferfv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) clearBufferfv() argument
60 clearBufferuiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLuint *values) clearBufferuiv() argument
68 clearBufferiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLint *values) clearBufferiv() argument
76 clearBufferfi(const gl::Context *context, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearBufferfi() argument
/third_party/skia/src/codec/
H A DSkCodecPriv.h144 static inline uint8_t get_byte(const uint8_t* buffer, uint32_t i) { in get_byte() argument
152 static inline uint16_t get_short(const uint8_t* buffer, uint32_t i) { in get_short() argument
166 static inline uint32_t get_int(const uint8_t* buffer, uint32_t i) { in get_int() argument
H A DSkBmpRLECodec.cpp145 uint8_t* buffer = fStreamBuffer; in checkForMoreData() local
[all...]
/third_party/skia/src/core/
H A DSkVertices.cpp299 sk_sp<SkVertices> SkVerticesPriv::Decode(SkReadBuffer& buffer) { in Decode() argument
[all...]
/third_party/skia/src/gpu/
H A DGrOpFlushState.cpp185 uint16_t* GrOpFlushState::makeIndexSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeIndexSpace() argument
180 makeVertexSpace(size_t vertexSize, int vertexCount, sk_sp<const GrBuffer>* buffer, int* startVertex) makeVertexSpace() argument
190 makeVertexSpaceAtLeast(size_t vertexSize, int minVertexCount, int fallbackVertexCount, sk_sp<const GrBuffer>* buffer, int* startVertex, int* actualVertexCount) makeVertexSpaceAtLeast() argument
197 makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, sk_sp<const GrBuffer>* buffer, int* startIndex, int* actualIndexCount) makeIndexSpaceAtLeast() argument
[all...]
H A DGrUniformDataManager.cpp84 void* buffer = this->getBufferPtrAndMarkDirty(uni); in set() local
96 void* buffer = this->getBufferPtrAndMarkDirty(uni); in setv() local
239 void* buffer = this->getBufferPtrAndMarkDirty(uni); in setMatrices() local
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrQuadBuffer.h61 Iter(const GrQuadBuffer<T>* buffer) in Iter() argument
[all...]
/third_party/skia/src/effects/
H A DSkLayerDrawLooper.cpp216 sk_sp<SkFlattenable> SkLayerDrawLooper::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
[all...]

Completed in 21 milliseconds

1...<<61626364656667686970>>...143