HomeSort by relevance Sort by last modified time
    Searched refs:m_contextData (Results 1 - 6 of 6) sorted by null

  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderContext.h 37 GLDecoderContextData & decoderContextData() { return m_contextData; }
46 GLDecoderContextData m_contextData;
  /development/tools/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.h 19 void setContextData(GLDecoderContextData *contextData) { m_contextData = contextData; }
21 GLDecoderContextData *m_contextData;
GL2Decoder.cpp 9 m_contextData = NULL;
90 if (ctx->m_contextData != NULL) {
91 ctx->m_contextData->storePointerData(indx, data, datalen);
94 ctx->glVertexAttribPointer(indx, size, type, normalized, 0, ctx->m_contextData->pointerData(indx));
  /development/tools/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp 26 m_contextData = NULL;
133 if (ctx->m_contextData != NULL) { \
134 ctx->m_contextData->storePointerData((location), data, datalen); \
145 ctx->glVertexPointer(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::VERTEX_LOCATION));
154 ctx->glColorPointer(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::COLOR_LOCATION));
164 ctx->m_contextData->pointerData((GLDecoderContextData::PointerDataLocation)
174 ctx->glNormalPointer(type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::NORMAL_LOCATION));
183 ctx->glPointSizePointerOES(type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::POINTSIZE_LOCATION));
192 ctx->glWeightPointerOES(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::WEIGHT_LOCATION));
201 ctx->glMatrixIndexPointerOES(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::MATRIXINDEX_LOCATION))
    [all...]
GLDecoder.h 35 void setContextData(GLDecoderContextData *contextData) { m_contextData = contextData; }
67 GLDecoderContextData *m_contextData;
  /development/tools/emulator/opengl/tests/ut_renderer/
RendererContext.h 44 GLDecoderContextData & decoderContextData() { return m_contextData; }
101 GLDecoderContextData m_contextData;

Completed in 105 milliseconds