OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixedBuffer
(Results
1 - 9
of
9
) sorted by null
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
FixedBuffer.h
19
class
FixedBuffer
{
21
FixedBuffer
(size_t initialSize = 0) {
27
~
FixedBuffer
() {
GLDecoderContextData.h
21
#include "
FixedBuffer
.h"
47
m_pointerData = new
FixedBuffer
[m_nLocations];
65
FixedBuffer
*m_pointerData;
GLSharedGroup.h
37
#include "
FixedBuffer
.h"
44
FixedBuffer
m_fixedBuffer;
/sdk/emulator/opengl/shared/OpenglCodecCommon/
FixedBuffer.h
19
class
FixedBuffer
{
21
FixedBuffer
(size_t initialSize = 0) {
27
~
FixedBuffer
() {
GLDecoderContextData.h
21
#include "
FixedBuffer
.h"
47
m_pointerData = new
FixedBuffer
[m_nLocations];
65
FixedBuffer
*m_pointerData;
GLSharedGroup.h
37
#include "
FixedBuffer
.h"
44
FixedBuffer
m_fixedBuffer;
/sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.h
23
#include "
FixedBuffer
.h"
64
FixedBuffer
m_xferBuffer;
65
FixedBuffer
m_xUpdateBuf;
/device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h
22
#include "
FixedBuffer
.h"
51
FixedBuffer
m_fixedBuffer;
/device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h
22
#include "
FixedBuffer
.h"
57
FixedBuffer
m_fixedBuffer;
Completed in 718 milliseconds