Home
last modified time | relevance | path

Searched refs:var_size (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_dec.cpp648 GLfloat var_size = Unpack<GLfloat,uint32_t>(ptr + 8); in decode() local
657 DECODER_DEBUG_LOG("gles1(%p): glPointSize(size:%f )", stream, var_size); in decode()
658 this->glPointSize(var_size); in decode()
909 GLsizeiptr var_size = Unpack<GLsizeiptr,uint32_t>(ptr + 8 + 4); in decode() local
921 …et:0x%08x size:0x%08lx data:%p(%u) usage:0x%08x )", stream, var_target, var_size, (const GLvoid*)(… in decode()
922 …this->glBufferData(var_target, var_size, size_data == 0 ? nullptr : (const GLvoid*)(inptr_data.get… in decode()
931 GLsizeiptr var_size = Unpack<GLsizeiptr,uint32_t>(ptr + 8 + 4 + 4); in decode() local
942 …et:0x%08lx size:0x%08lx data:%p(%u) )", stream, var_target, var_offset, var_size, (const GLvoid*)(… in decode()
943 …this->glBufferSubData(var_target, var_offset, var_size, size_data == 0 ? nullptr : (const GLvoid*)… in decode()
1098 GLint var_size = Unpack<GLint,uint32_t>(ptr + 8); in decode() local
[all …]
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_dec.cpp1063 uint32_t var_size = Unpack<uint32_t,uint32_t>(ptr + 8); in decode() local
1071 DECODER_DEBUG_LOG("renderControl(%p): rcCreateBuffer(size:0x%08x )", stream, var_size); in decode()
1072 *(uint32_t *)(&tmpBuf[0]) = this->rcCreateBuffer(var_size); in decode()
1139 uint64_t var_size = Unpack<uint64_t,uint64_t>(ptr + 8); in decode() local
1148 …ol(%p): rcCreateBuffer2(size:0x%016lx memoryProperty:0x%08x )", stream, var_size, var_memoryProper… in decode()
1149 *(uint32_t *)(&tmpBuf[0]) = this->rcCreateBuffer2(var_size, var_memoryProperty); in decode()
1162 uint64_t var_size = Unpack<uint64_t,uint64_t>(ptr + 8 + 4 + 8); in decode() local
1170 …e2(bufferHandle:0x%08x gpa:0x%016lx size:0x%016lx )", stream, var_bufferHandle, var_gpa, var_size); in decode()
1171 *(int *)(&tmpBuf[0]) = this->rcMapGpaToBufferHandle2(var_bufferHandle, var_gpa, var_size); in decode()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_dec.cpp265 GLsizeiptr var_size = Unpack<GLsizeiptr,uint32_t>(ptr + 8 + 4); in decode() local
277 …et:0x%08x size:0x%08lx data:%p(%u) usage:0x%08x )", stream, var_target, var_size, (const GLvoid*)(… in decode()
278 …this->glBufferData(var_target, var_size, size_data == 0 ? nullptr : (const GLvoid*)(inptr_data.get… in decode()
287 GLsizeiptr var_size = Unpack<GLsizeiptr,uint32_t>(ptr + 8 + 4 + 4); in decode() local
298 …et:0x%08lx size:0x%08lx data:%p(%u) )", stream, var_target, var_offset, var_size, (const GLvoid*)(… in decode()
299 …this->glBufferSubData(var_target, var_offset, var_size, size_data == 0 ? nullptr : (const GLvoid*)… in decode()
3066 GLint var_size = Unpack<GLint,uint32_t>(ptr + 8 + 4); in decode() local
3080 …%d type:0x%08x normalized:%d stride:%d ptr:%p(%u) )", stream, var_indx, var_size, var_type, var_no… in decode()
3081 …this->glVertexAttribPointer(var_indx, var_size, var_type, var_normalized, var_stride, (const GLvoi… in decode()
3987 GLsizei var_size = Unpack<GLsizei,uint32_t>(ptr + 8 + 4 + size_num); in decode() local
[all …]
/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_dec.cpp244 uint64_t var_size = Unpack<uint64_t,uint64_t>(ptr + 8 + 8); in decode() local
261 …_out:%p(%u) buffer_out:%p(%u) id_out:%p(%u) )", stream, var_connection, var_size, (uint64_t*)(outp… in decode()
262 …size_id_out]) = this->magma_connection_create_buffer(var_connection, var_size, (uint64_t*)(outp… in decode()
631 uint64_t var_size = Unpack<uint64_t,uint64_t>(ptr + 8 + 8 + 8); in decode() local
640 …:%lu offset:%lu size:%lu operation:%u )", stream, var_buffer, var_offset, var_size, var_operation); in decode()
641 …)(&tmpBuf[0]) = this->magma_buffer_clean_cache(var_buffer, var_offset, var_size, var_operation); in decode()