HomeSort by relevance Sort by last modified time
    Searched refs:GLshort (Results 126 - 150 of 252) sorted by null

1 2 3 4 56 7 8 91011

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 796 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
811 void glDrawTexsvOES(const GLshort *coords)
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp     [all...]
array.cpp 156 static void fetch2s(ogles_context_t*, GLfixed* v, const GLshort* p) {
172 static void fetch3s(ogles_context_t*, GLfixed* v, const GLshort* p) {
191 static void fetch4s(ogles_context_t*, GLfixed* v, const GLshort* p) {
247 static void fetchExpand3s(ogles_context_t*, GLfixed* v, const GLshort* p) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.c     [all...]
dlist.c 514 GLshort s;
844 GLshort *sptr;
858 sptr = (GLshort *) list;
    [all...]
macros.h 74 /** Convert GLshort in [-32768,32767] to GLfloat in [-1.0,1.0] */
77 /** Convert GLfloat in [-1.0,1.0] to GLshort in [-32768,32767] */
80 /** Convert GLshort to GLfloat while preserving zero */
84 /** Convert GLshort in [-32768,32767] to GLfloat in [-1.0,1.0], texture/fb data */
87 /** Convert GLfloat in [-1.0,1.0] to GLshort in [-32768,32767], texture/fb data */
137 s = ( (GLshort) F_TO_I( CLAMP((f), -1.0F, 1.0F) * 32767.0F) )
  /external/mesa3d/src/mesa/main/
texstore.c     [all...]
dlist.c 514 GLshort s;
844 GLshort *sptr;
858 sptr = (GLshort *) list;
    [all...]
macros.h 74 /** Convert GLshort in [-32768,32767] to GLfloat in [-1.0,1.0] */
77 /** Convert GLfloat in [-1.0,1.0] to GLshort in [-32768,32767] */
80 /** Convert GLshort to GLfloat while preserving zero */
84 /** Convert GLshort in [-32768,32767] to GLfloat in [-1.0,1.0], texture/fb data */
87 /** Convert GLfloat in [-1.0,1.0] to GLshort in [-32768,32767], texture/fb data */
137 s = ( (GLshort) F_TO_I( CLAMP((f), -1.0F, 1.0F) * 32767.0F) )
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blend.c 282 rgba[i][RCOMP] = (GLshort) MIN2( r, 255 );
283 rgba[i][GCOMP] = (GLshort) MIN2( g, 255 );
284 rgba[i][BCOMP] = (GLshort) MIN2( b, 255 );
285 rgba[i][ACOMP] = (GLshort) MIN2( a, 255 );
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blend.c 282 rgba[i][RCOMP] = (GLshort) MIN2( r, 255 );
283 rgba[i][GCOMP] = (GLshort) MIN2( g, 255 );
284 rgba[i][BCOMP] = (GLshort) MIN2( b, 255 );
285 rgba[i][ACOMP] = (GLshort) MIN2( a, 255 );
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
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;
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 174 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
177 void glDrawTexsvOES(const GLshort* coords);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.h     [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 529 return sizeof(GLshort); // NOLINT
gles2_cmd_format.h 31 typedef short GLshort;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Context.h 90 case GL_SHORT: return mSize * sizeof(GLshort);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
VertexBuffer9.cpp 260 template <> struct GLToCType<GL_SHORT> { typedef GLshort type; };
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_draw.c 198 CONVERT(GLshort, SHORT_TO_FLOAT);
  /external/mesa3d/src/mesa/tnl/
t_draw.c 198 CONVERT(GLshort, SHORT_TO_FLOAT);
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_translate.c 225 #define SRC GLshort
392 #define TRX_US(us, f,n) us = (GLshort) (PTR_ELT(f,n) >> 16)
  /external/mesa3d/src/mesa/math/
m_translate.c 225 #define SRC GLshort
392 #define TRX_US(us, f,n) us = (GLshort) (PTR_ELT(f,n) >> 16)
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp     [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 23 typedef short GLshort;
    [all...]

Completed in 3551 milliseconds

1 2 3 4 56 7 8 91011