OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_fixedBuffer
(Results
1 - 6
of
6
) sorted by null
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h
43
FixedBuffer
m_fixedBuffer
;
GLSharedGroup.cpp
9
if (size>0) buffer =
m_fixedBuffer
.alloc(size);
167
memcpy((char*)buf->
m_fixedBuffer
.ptr() + offset, data, size);
/development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.h
48
FixedBuffer
m_fixedBuffer
;
GLEncoder.cpp
471
indices = (void*)((GLintptr)buf->
m_fixedBuffer
.ptr() + (GLintptr)indices);
483
adjustedIndices = ctx->
m_fixedBuffer
.alloc(glSizeof(type) * count);
493
adjustedIndices = ctx->
m_fixedBuffer
.alloc(glSizeof(type) * count);
/development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.h
57
FixedBuffer
m_fixedBuffer
;
GL2Encoder.cpp
369
indices = (void*)((GLintptr)buf->
m_fixedBuffer
.ptr() + (GLintptr)indices);
381
adjustedIndices = ctx->
m_fixedBuffer
.alloc(glSizeof(type) * count);
391
adjustedIndices = ctx->
m_fixedBuffer
.alloc(glSizeof(type) * count);
Completed in 27 milliseconds