/sdk/emulator/opengl/tests/ut_renderer/ |
D | RenderingThread.h | 78 static void s_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort w, GLshort h); 82 static void s_glDrawTexsvOES(const GLshort *coords);
|
D | RenderingThread.cpp | 46 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/ |
D | ClientAPIExts.in | 172 (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height), 188 (const GLshort *coords),
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.types | 11 GLshort 16 %d false 26 GLshort* 32 0x%08x true
|
D | gl.in | 173 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) 176 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
|
D | gl.attrib | 365 #void glDrawTexsvOES(GLshort *coords) 367 len coords (5 * sizeof(GLshort))
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.types | 11 GLshort 16 %d false 26 GLshort* 32 0x%08x true
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
D | gl_base_types.h | 35 typedef short GLshort; typedef
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLEScontext.cpp | 40 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() 258 …GLshort* 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()
|
D | DummyGLfuncs.cpp | 118 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()
|
D | DummyGLfuncs.h | 125 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 );
|
D | GLDispatch.cpp | 172 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/ |
D | glext.h | 508 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);
|
D | gl.h | 23 typedef short GLshort; typedef
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | gl_proc.h | 171 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/ |
D | GLDispatch.h | 110 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 );
|
D | GLEScmImp.cpp | 2327 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/ |
D | GLDispatch.h | 152 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/ |
D | entries.in | 108 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/ |
D | gl2.h | 27 typedef short GLshort; typedef
|