Home
last modified time | relevance | path

Searched refs:GLshort (Results 1 – 20 of 20) sorted by relevance

/sdk/emulator/opengl/tests/ut_renderer/
DRenderingThread.h78 static void s_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort w, GLshort h);
82 static void s_glDrawTexsvOES(const GLshort *coords);
DRenderingThread.cpp46 void RenderingThread::s_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort w, GLshort h) in s_glDrawTexsOES()
74 void RenderingThread::s_glDrawTexsvOES(const GLshort *coords) in s_glDrawTexsvOES()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.in172 (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height),
188 (const GLshort *coords),
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.types11 GLshort 16 %d false
26 GLshort* 32 0x%08x true
Dgl.in173 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
176 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
Dgl.attrib365 #void glDrawTexsvOES(GLshort *coords)
367 len coords (5 * sizeof(GLshort))
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.types11 GLshort 16 %d false
26 GLshort* 32 0x%08x true
/sdk/emulator/opengl/shared/OpenglCodecCommon/
Dgl_base_types.h35 typedef short GLshort; typedef
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp40 GLshort* p = (GLshort *)((*it).second.data); in ~GLESConversionArrays()
52 m_arrays[m_current].data = new GLshort[size]; in allocArr()
247 … reinterpret_cast<GLshort*>(&static_cast<unsigned char*>(dataOut)[i])[j] = B2S(byte_data[j]); in convertByteDirectLoop()
258GLshort* short_data = reinterpret_cast<GLshort*>(static_cast<unsigned char*>(dataOut) + index*stri… in convertByteIndirectLoop()
323 …eDirectLoop(data,stride,cArrs.getCurrentData(),size*sizeof(GLshort),attribSize*sizeof(GLshort),att… in convertDirect()
383 …ta,stride,cArrs.getCurrentData(),count,indices_type,indices,attribSize*sizeof(GLshort),attribSize); in convertIndirect()
DDummyGLfuncs.cpp118 void GLAPIENTRY dummy_glMultiTexCoord2sv( GLenum target, const GLshort *v ){} in dummy_glMultiTexCoord2sv()
120 void GLAPIENTRY dummy_glMultiTexCoord3sv( GLenum target, const GLshort *v ){} in dummy_glMultiTexCoord3sv()
123 void GLAPIENTRY dummy_glMultiTexCoord4sv( GLenum target, const GLshort *v ){} in dummy_glMultiTexCoord4sv()
127 void GLAPIENTRY dummy_glNormal3sv(const GLshort *v ){} in dummy_glNormal3sv()
DDummyGLfuncs.h125 void GLAPIENTRY dummy_glMultiTexCoord2sv( GLenum target, const GLshort *v );
127 void GLAPIENTRY dummy_glMultiTexCoord3sv( GLenum target, const GLshort *v );
130 void GLAPIENTRY dummy_glMultiTexCoord4sv( GLenum target, const GLshort *v );
134 void GLAPIENTRY dummy_glNormal3sv(const GLshort *v );
DGLDispatch.cpp172 void (GLAPIENTRY *GLDispatch::glMultiTexCoord2sv)(GLenum, const GLshort *) = NULL;
174 void (GLAPIENTRY *GLDispatch::glMultiTexCoord3sv)(GLenum,const GLshort *) = NULL;
177 void (GLAPIENTRY *GLDispatch::glMultiTexCoord4sv)(GLenum,const GLshort *) = NULL;
181 void (GLAPIENTRY *GLDispatch::glNormal3sv)(const GLshort *) = NULL;
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dglext.h508 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
511 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
517 …ypedef void (GL_APIENTRYP PFNGLDRAWTEXSOESPROC) (GLshort x, GLshort y, GLshort z, GLshort width, G…
520 typedef void (GL_APIENTRYP PFNGLDRAWTEXSVOESPROC) (const GLshort *coords);
Dgl.h23 typedef short GLshort; typedef
/sdk/emulator/opengl/host/libs/libOpenglRender/
Dgl_proc.h171 typedef void (GL_APIENTRY *glDrawTexsOES_t) (GLshort, GLshort, GLshort, GLshort, GLshort);
174 typedef void (GL_APIENTRY *glDrawTexsvOES_t) (const GLshort*);
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.h110 void (GLAPIENTRY *glMultiTexCoord2sv) ( GLenum target, const GLshort *v );
112 void (GLAPIENTRY *glMultiTexCoord3sv) ( GLenum target, const GLshort *v );
115 void (GLAPIENTRY *glMultiTexCoord4sv) ( GLenum target, const GLshort *v );
119 void (GLAPIENTRY *glNormal3sv) ( const GLshort *v );
DGLEScmImp.cpp2327 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig… in glDrawTexsOES()
2328 glDrawTexOES<GLshort,GL_SHORT>(x,y,z,width,height); in glDrawTexsOES()
2343 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort * coords) { in glDrawTexsvOES()
2344 glDrawTexOES<GLshort,GL_SHORT>(coords[0],coords[1],coords[2],coords[3],coords[4]); in glDrawTexsvOES()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h152 static void (GLAPIENTRY *glMultiTexCoord2sv) ( GLenum target, const GLshort *v );
154 static void (GLAPIENTRY *glMultiTexCoord3sv) ( GLenum target, const GLshort *v );
157 static void (GLAPIENTRY *glMultiTexCoord4sv) ( GLenum target, const GLshort *v );
161 static void (GLAPIENTRY *glNormal3sv) ( const GLshort *v );
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in108 void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height
109 void, glDrawTexsvOES, const GLshort* coords
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h27 typedef short GLshort; typedef