HomeSort by relevance Sort by last modified time
    Searched refs:GL_UNSIGNED_SHORT (Results 1 - 25 of 235) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_format.c 30 return GL_UNSIGNED_SHORT;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_format.c 30 return GL_UNSIGNED_SHORT;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
IndexDataManager.cpp 25 ASSERT(destinationType == GL_UNSIGNED_SHORT);
39 else if (sourceType == GL_UNSIGNED_SHORT)
41 if (destinationType == GL_UNSIGNED_SHORT)
77 GLenum destinationIndexType = (type == GL_UNSIGNED_INT) ? GL_UNSIGNED_INT : GL_UNSIGNED_SHORT;
93 case GL_UNSIGNED_SHORT: alignedOffset = (offset % sizeof(GLushort) == 0); break;
131 if (translated->indexRange.end == 0xFFFF && type == GL_UNSIGNED_SHORT && mRenderer->getMajorShaderModel() > 3)
237 ASSERT(destinationIndexType == GL_UNSIGNED_SHORT);
242 gl::Error error = mStreamingBufferShort->reserveBufferSpace(INITIAL_INDEX_BUFFER_SIZE, GL_UNSIGNED_SHORT);
  /external/chromium_org/third_party/angle/samples/angle/multiple_draw_buffers/
MultipleDrawBuffers.cpp 161 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices);
170 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices);
174 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices);
178 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices);
182 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices);
  /external/chromium_org/third_party/angle/samples/angle/mip_map_2d/
MipMap2D.cpp 130 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices);
135 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices);
141 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices);
  /external/chromium_org/third_party/angle/samples/angle/texture_wrap/
TextureWrap.cpp 123 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices);
129 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices);
135 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
glformats.c 82 case GL_UNSIGNED_SHORT:
118 case GL_UNSIGNED_SHORT:
237 case GL_UNSIGNED_SHORT:
396 case GL_UNSIGNED_SHORT:
426 case GL_UNSIGNED_SHORT:
1107 case GL_UNSIGNED_SHORT:
1133 case GL_UNSIGNED_SHORT:
1152 case GL_UNSIGNED_SHORT:
1169 case GL_UNSIGNED_SHORT:
1199 case GL_UNSIGNED_SHORT
    [all...]
formats.c     [all...]
  /external/mesa3d/src/mesa/main/
glformats.c 82 case GL_UNSIGNED_SHORT:
118 case GL_UNSIGNED_SHORT:
237 case GL_UNSIGNED_SHORT:
396 case GL_UNSIGNED_SHORT:
426 case GL_UNSIGNED_SHORT:
1107 case GL_UNSIGNED_SHORT:
1133 case GL_UNSIGNED_SHORT:
1152 case GL_UNSIGNED_SHORT:
1169 case GL_UNSIGNED_SHORT:
1199 case GL_UNSIGNED_SHORT
    [all...]
formats.c     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
VertexAttribute.cpp 34 case GL_UNSIGNED_SHORT: return size * sizeof(GLushort);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
IndexBuffer9.cpp 37 if (indexType == GL_UNSIGNED_SHORT || indexType == GL_UNSIGNED_BYTE)
162 case GL_UNSIGNED_SHORT: return D3DFMT_INDEX16;
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_drawing.cc     [all...]
  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
Square.java 86 drawOrder.length, GL10.GL_UNSIGNED_SHORT,
  /external/chromium_org/third_party/angle/tests/angle_tests/
DepthStencilFormatsTest.cpp 70 EXPECT_EQ(shouldHaveTextureSupport, checkTexImageFormatSupport(GL_DEPTH_COMPONENT, GL_UNSIGNED_SHORT));
LineLoopTest.cpp 138 runTest(GL_UNSIGNED_SHORT, 0, indices + 1);
175 runTest(GL_UNSIGNED_SHORT, buf, reinterpret_cast<const void *>(sizeof(GLushort)));
  /external/chromium_org/third_party/mesa/src/src/glx/
compsize.c 105 case GL_UNSIGNED_SHORT:
  /external/mesa3d/src/glx/
compsize.c 105 case GL_UNSIGNED_SHORT:
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fog.c 146 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
171 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
190 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
209 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
234 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
s_alpha.c 119 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
141 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
  /external/mesa3d/src/mesa/swrast/
s_fog.c 146 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
171 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
190 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
209 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
234 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
s_alpha.c 119 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
141 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
  /external/deqp/framework/opengl/simplereference/
sglrContextUtil.cpp 104 ctx.drawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(indices), GL_UNSIGNED_SHORT, 0);
150 ctx.drawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(indices), GL_UNSIGNED_SHORT, &indices[0]);
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
YVURenderer.cpp 112 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_SHORT, g_iIndices3);
  /external/chromium_org/third_party/angle/samples/angle/simple_texture_2d/
SimpleTexture2D.cpp 119 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices);

Completed in 471 milliseconds

1 2 3 4 5 6 7 8 910