HomeSort by relevance Sort by last modified time
    Searched full:wrapmode (Results 26 - 35 of 35) sorted by null

12

  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 153 * wrapMode = GL_REPEAT, GL_CLAMP, GL_CLAMP_TO_EDGE, GL_CLAMP_TO_BORDER
161 linear_texel_locations(GLenum wrapMode,
168 switch (wrapMode) {
291 nearest_texel_location(GLenum wrapMode,
298 switch (wrapMode) {
430 clamp_rect_coord_nearest(GLenum wrapMode, GLfloat coord, GLint max)
432 switch (wrapMode) {
440 _mesa_problem(NULL, "bad wrapMode in clamp_rect_coord_nearest");
450 clamp_rect_coord_linear(GLenum wrapMode, GLfloat coord, GLint max,
455 switch (wrapMode) {
    [all...]
  /external/deqp/framework/common/
tcuTexture.hpp 182 enum WrapMode
232 WrapMode wrapS;
233 WrapMode wrapT;
234 WrapMode wrapR;
261 Sampler (WrapMode wrapS_,
262 WrapMode wrapT_,
263 WrapMode wrapR_,
    [all...]
tcuTexture.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp     [all...]
vktTextureFilteringTests.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_translate.h 202 DBG("Unhandled texture wrapmode: %i", wrap);
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusflat.h 435 GpStatus WINGDIPAPI GdipSetImageAttributesWrapMode(GpImageAttributes*,WrapMode,ARGB,BOOL);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 128 * \param wrapMode PIPE_TEX_WRAP_x
271 * \param wrapMode PIPE_TEX_WRAP_x
    [all...]

Completed in 202 milliseconds

12