Searched refs:outSlot (Results 1 – 3 of 3) sorted by relevance
/external/v4l2_codec2/plugin_store/ |
D | H2BGraphicBufferProducer.cpp | 144 status_t H2BGraphicBufferProducer::attachBuffer(const sp<GraphicBuffer>& buffer, int* outSlot) { in attachBuffer() argument 156 [&converted, &status, outSlot](HStatus hStatus, int32_t hSlot, bool releaseAllBuffers) { in attachBuffer() 158 *outSlot = static_cast<int>(hSlot); in attachBuffer()
|
/external/v4l2_codec2/plugin_store/include/v4l2_codec2/plugin_store/ |
D | H2BGraphicBufferProducer.h | 32 status_t attachBuffer(const sp<GraphicBuffer>& buffer, int* outSlot);
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 1999 uint32_t outSlot = attrib; in CompileTES() local 2004 outSlot--; in CompileTES() 2006 outputSlot = ADD(attribOffset, C(outSlot)); in CompileTES() 2433 uint32_t outSlot; in CompileVS() local 2439 outSlot = VERTEX_SGV_SLOT; in CompileVS() 2442 outSlot = VERTEX_POSITION_SLOT; in CompileVS() 2445 outSlot = VERTEX_ATTRIB_START_SLOT + attrib; in CompileVS() 2447 outSlot--; in CompileVS() 2450 WriteVS(val, pVsCtx, vtxOutput, outSlot, channel); in CompileVS()
|