Home
last modified time | relevance | path

Searched refs:pointerData (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/GLESv1_dec/
DGLDecoder.cpp145 …ctx->glVertexPointer(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::VERTEX_L… in s_glVertexPointerData()
154 …ctx->glColorPointer(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::COLOR_LOC… in s_glColorPointerData()
164 … ctx->m_contextData->pointerData((GLDecoderContextData::PointerDataLocation) in s_glTexCoordPointerData()
174 …ctx->glNormalPointer(type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::NORMAL_LOCATIO… in s_glNormalPointerData()
183 …ctx->glPointSizePointerOES(type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::POINTSIZ… in s_glPointSizePointerData()
192 …ctx->glWeightPointerOES(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::WEIGH… in s_glWeightPointerData()
201 …ctx->glMatrixIndexPointerOES(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::… in s_glMatrixIndexPointerData()
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DGLDecoderContextData.h60 void *pointerData(unsigned int loc) { in pointerData() function
/sdk/emulator/opengl/host/libs/GLESv2_dec/
DGL2Decoder.cpp110 …ctx->glVertexAttribPointer(indx, size, type, normalized, 0, ctx->m_contextData->pointerData(indx)); in s_glVertexAttribPointerData()