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

1 2 3 4 56 7 8 9

  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 1008 const struct pipe_vertex_element *attribs)
1015 memcpy(velems->velem, attribs, sizeof(*attribs) * count);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 651 span->array->attribs[FRAG_ATTRIB_TEX0 + unit];
653 span->array->attribs[FRAG_ATTRIB_TEX0 +
717 span->array->attribs[FRAG_ATTRIB_TEX0 + unit];
s_copypix.c 164 GLvoid *rgba = span.array->attribs[FRAG_ATTRIB_COL0];
s_drawpix.c 454 GLfloat *rgba = (GLfloat *) span.array->attribs[FRAG_ATTRIB_COL0];
s_points.c 498 COPY_4V(span->array->attribs[attr][count], vert->attrib[attr]);
s_context.c 790 swrast->SpanArrays[i].rgba = swrast->SpanArrays[i].attribs[FRAG_ATTRIB_COL0];
  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_enc.cpp 284 EGLint rcChooseConfig_enc(void *self , EGLint* attribs, uint32_t attribs_size, uint32_t* configs, uint32_t configs_size)
305 memcpy(ptr, attribs, __size_attribs);ptr += __size_attribs;
    [all...]
  /external/mesa3d/src/glx/
glxclient.h 317 * Client side attribs.
475 const uint32_t *attribs,
dri2_glx.c 231 const uint32_t *attribs,
255 if (!dri2_convert_glx_attribs(num_attribs, attribs,
    [all...]
  /external/mesa3d/src/mesa/main/
api_arrayelt.c 64 AEattrib attribs[VERT_ATTRIB_MAX + 1]; member in struct:__anon19763
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 2663 GrGLAttribArrayState* attribs = local
3636 GrGLAttribArrayState* attribs = local
3685 GrGLAttribArrayState* attribs = local
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 269 const EGLint attribs[] = { local
285 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 765 int attribs[] = { local
770 EGLSurface tmpSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
    [all...]
  /frameworks/native/libs/gui/
GLConsumer.cpp 1012 EGLint attribs[] = { local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 997 vector<vk::VkVertexInputAttributeDescription> attribs; local
1009 attribs.push_back(posDesc);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c     [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 816 RsdVertexArray::Attrib attribs[2]; local
817 attribs[0].set(GL_FLOAT, 3, 12, false, (size_t)vtx, "ATTRIB_position");
818 attribs[1].set(GL_FLOAT, 2, 8, false, (size_t)tex, "ATTRIB_texture0");
820 RsdVertexArray va(attribs, 2);
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /toolchain/binutils/binutils-2.25/bfd/
cofflink.c 1264 char *attribs; local
    [all...]
  /prebuilts/misc/common/droiddriver/
droiddriver-1.0.0-BETA1.jar 
  /external/deqp/modules/egl/
teglSyncTests.cpp 393 EGLint attribs[] = { local
398 m_sync = egl.createSyncKHR(m_eglDisplay, m_syncType, attribs);
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_ipa.h 820 struct ipa_wlan_hdr_attrib_val attribs[0]; member in struct:ipa_wlan_msg_ex
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ipa.h 1420 struct ipa_wlan_hdr_attrib_val attribs[0]; member in struct:ipa_wlan_msg_ex
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
parse5.js     [all...]

Completed in 1726 milliseconds

1 2 3 4 56 7 8 9