HomeSort by relevance Sort by last modified time
    Searched refs:border (Results 226 - 250 of 477) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 147 int internalformat, int width, int height, int border,
150 height, border, imageSize, data);
161 int x, int y, int width, int height, int border) {
163 height, border);
623 int width, int height, int border, int format, int type,
625 mgl.glTexImage2D(target, level, internalformat, width, height, border,
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 221 "border-box", "contain", "content-box", "cover", "padding-box");
390 builder.put("-moz-border-radius", mozBorderRadius);
393 builder.put("-moz-border-radius-bottomleft", mozBorderRadiusBottomleft);
452 Property border = new Property( external variable declarations
457 builder.put("border", border);
462 builder.put("border-bottom-color", borderBottomColor);
463 builder.put("border-collapse",
466 builder.put("border-spacing", borderSpacing);
    [all...]
  /external/swiftshader/third_party/subzero/bloat/
webtreemap.js 15 // Size of border around nodes.
44 // Shift off by border so we don't get nested borders.
89 // CSS width/height does not include border.
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 17 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
19 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
99 void glTexImage2D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels )
GLES20.spec 22 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
24 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
107 void glTexImage2D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels )
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 46 GLint border, GLsizei imageSize, const GLvoid* data);
49 void CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
158 GLint border, GLenum format, GLenum type, const GLvoid* pixels);
200 GLint border, GLenum format, GLenum type, const GLvoid* pixels);
203 GL_APICALL void CompressedTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
354 GLint border, GLsizei imageSize, const GLvoid* data)
356 return es2::CompressedTexImage2D(target, level, internalformat, width, height, border, imageSize, data);
365 GL_APICALL void GL_APIENTRY glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
367 return es2::CopyTexImage2D(target, level, internalformat, x, y, width, height, border);
    [all...]
libGLESv2.hpp 67 GLint border, GLsizei imageSize, const GLvoid* data);
70 void (*glCopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
179 GLint border, GLenum format, GLenum type, const GLvoid* pixels);
221 GLint border, GLenum format, GLenum type, const GLvoid* pixels);
224 void (*glCompressedTexImage3DOES)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
  /external/pdfium/fxjs/xfa/
cjx_object.cpp 1325 CXFA_Border* border = ToNode(object_.Get())->GetOrCreateBorderIfPossible(); local
1353 CXFA_Border* border = ToNode(object_.Get())->GetOrCreateBorderIfPossible(); local
1384 CXFA_Border* border = ToNode(object_.Get())->GetOrCreateBorderIfPossible(); local
    [all...]
  /external/skia/src/gpu/gl/
GrGLTestInterface.h 44 virtual GrGLvoid compressedTexImage2D(GrGLenum target, GrGLint level, GrGLenum internalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLsizei imageSize, const GrGLvoid* data) {}
147 virtual GrGLvoid texImage2D(GrGLenum target, GrGLint level, GrGLint internalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid* pixels) {}
229 virtual GrGLvoid textureImage1D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint GrGLinternalformat, GrGLsizei width, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid *pixels) {}
230 virtual GrGLvoid textureImage2D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint GrGLinternalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid *pixels) {}
233 virtual GrGLvoid copyTextureImage1D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLenum GrGLinternalformat, GrGLint x, GrGLint y, GrGLsizei width, GrGLint border) {}
234 virtual GrGLvoid copyTextureImage2D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLenum GrGLinternalformat, GrGLint x, GrGLint y, GrGLsizei width, GrGLsizei height, GrGLint border) {}
242 virtual GrGLvoid textureImage3D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint GrGLinternalformat, GrGLsizei width, GrGLsizei height, GrGLsizei depth, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid *pixels) {}
245 virtual GrGLvoid compressedTextureImage3D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLenum GrGLinternalformat, GrGLsizei width, GrGLsizei height, GrGLsizei depth, GrGLint border, GrGLsizei imageSize, const GrGLvoid *data) {}
246 virtual GrGLvoid compressedTextureImage2D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLenum GrGLinternalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLsizei imageSize, const GrGLvoid *data) {}
247 virtual GrGLvoid compressedTextureImage1D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLenum GrGLinternalformat, GrGLsizei width, GrGLint border, GrGLsizei imageSize, const GrGLvoid *data) {
    [all...]
  /external/skqp/include/gpu/gl/
GrGLFunctions.h 46 typedef GrGLvoid (* GrGLCompressedTexImage2DProc)(GrGLenum target, GrGLint level, GrGLenum internalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLsizei imageSize, const GrGLvoid* data);
156 typedef GrGLvoid (* GrGLTexImage2DProc)(GrGLenum target, GrGLint level, GrGLint internalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid* pixels);
257 typedef GrGLvoid (* GrGLTextureImage1DProc)(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint GrGLinternalformat, GrGLsizei width, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid *pixels);
258 typedef GrGLvoid (* GrGLTextureImage2DProc)(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint GrGLinternalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid *pixels);
261 typedef GrGLvoid (* GrGLCopyTextureImage1DProc)(GrGLuint texture, GrGLenum target, GrGLint level, GrGLenum GrGLinternalformat, GrGLint x, GrGLint y, GrGLsizei width, GrGLint border);
262 typedef GrGLvoid (* GrGLCopyTextureImage2DProc)(GrGLuint texture, GrGLenum target, GrGLint level, GrGLenum GrGLinternalformat, GrGLint x, GrGLint y, GrGLsizei width, GrGLsizei height, GrGLint border);
271 typedef GrGLvoid (* GrGLTextureImage3DProc)(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint GrGLinternalformat, GrGLsizei width, GrGLsizei height, GrGLsizei depth, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid *pixels);
274 typedef GrGLvoid (* GrGLCompressedTextureImage3DProc)(GrGLuint texture, GrGLenum target, GrGLint level, GrGLenum GrGLinternalformat, GrGLsizei width, GrGLsizei height, GrGLsizei depth, GrGLint border, GrGLsizei imageSize, const GrGLvoid *data);
275 typedef GrGLvoid (* GrGLCompressedTextureImage2DProc)(GrGLuint texture, GrGLenum target, GrGLint level, GrGLenum GrGLinternalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLsizei imageSize, const GrGLvoid *data);
276 typedef GrGLvoid (* GrGLCompressedTextureImage1DProc)(GrGLuint texture, GrGLenum target, GrGLint level, GrGLenum GrGLinternalformat, GrGLsizei width, GrGLint border, GrGLsizei imageSize, const GrGLvoid *data)
    [all...]
  /external/skqp/src/gpu/gl/
GrGLTestInterface.h 44 virtual GrGLvoid compressedTexImage2D(GrGLenum target, GrGLint level, GrGLenum internalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLsizei imageSize, const GrGLvoid* data) {}
147 virtual GrGLvoid texImage2D(GrGLenum target, GrGLint level, GrGLint internalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid* pixels) {}
229 virtual GrGLvoid textureImage1D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint GrGLinternalformat, GrGLsizei width, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid *pixels) {}
230 virtual GrGLvoid textureImage2D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint GrGLinternalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid *pixels) {}
233 virtual GrGLvoid copyTextureImage1D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLenum GrGLinternalformat, GrGLint x, GrGLint y, GrGLsizei width, GrGLint border) {}
234 virtual GrGLvoid copyTextureImage2D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLenum GrGLinternalformat, GrGLint x, GrGLint y, GrGLsizei width, GrGLsizei height, GrGLint border) {}
242 virtual GrGLvoid textureImage3D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint GrGLinternalformat, GrGLsizei width, GrGLsizei height, GrGLsizei depth, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid *pixels) {}
245 virtual GrGLvoid compressedTextureImage3D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLenum GrGLinternalformat, GrGLsizei width, GrGLsizei height, GrGLsizei depth, GrGLint border, GrGLsizei imageSize, const GrGLvoid *data) {}
246 virtual GrGLvoid compressedTextureImage2D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLenum GrGLinternalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLsizei imageSize, const GrGLvoid *data) {}
247 virtual GrGLvoid compressedTextureImage1D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLenum GrGLinternalformat, GrGLsizei width, GrGLint border, GrGLsizei imageSize, const GrGLvoid *data) {
    [all...]
  /external/ImageMagick/coders/
dpx.c 268 border[4];
923 dpx.orientation.border[i]=ReadBlobShort(image);
926 if ((dpx.orientation.border[0] != (unsigned short) (~0)) &&
927 (dpx.orientation.border[1] != (unsigned short) (~0)))
928 (void) FormatImageProperty(image,"dpx:orientation.border","%dx%d%+d%+d",
929 dpx.orientation.border[0],dpx.orientation.border[1],
930 dpx.orientation.border[2],dpx.orientation.border[3]);
265 border[4]; member in struct:_DPXOrientationInfo
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 107 #ifdef border
108 inline int UNDEF(border)(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) function
109 { return border(ls, rs, ts, bs, tl, tr, bl, br); }
110 #undef border macro
111 #define border UNDEF(border) macro
1147 int border(chtype left=0, chtype right=0, function in class:NCursesWindow
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSamplerTests.cpp 646 std::string getAddressModesCaseName (VkSamplerAddressMode u, VkSamplerAddressMode v, VkSamplerAddressMode w, BorderColor border)
667 caseName << "_" << borderColorNames[border];
696 BorderColor border; member in struct:vkt::pipeline::__anon17762::TestCaseConfig
707 // All address modes equal using border color
744 getAddressModesCaseName(config.u, config.v, config.w, config.border).c_str(),
749 getFormatBorderColor(config.border, imageFormat)));
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c 648 const float border[4],
661 return util_pack_z(PIPE_FORMAT_Z16_UNORM, border[0]);
665 return util_pack_z(PIPE_FORMAT_X8Z24_UNORM, border[0]);
667 return util_pack_z(PIPE_FORMAT_Z16_UNORM, border[0]) << 16;
676 util_format_unswizzle_4f(border_swizzled, border, desc->swizzle);
690 /* Add 1/32 to round the border color instead of truncating. */
691 /* The Y component is used for the border color. */
821 /* Set the border color. */
    [all...]
  /external/python/cpython2/Lib/test/
test_pydoc.py 115 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
123 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="section">
140 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="section">
152 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="section">
170 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="section">
192 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="section">
204 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="section">
213 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="section">
220 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="section">
test_curses.py 110 win.border(65, 66, 67, 68,
112 win.border('|', '!', '-', '_',
115 msg="Expected win.border() to raise TypeError"):
116 win.border(65, 66, 67, 68,
  /external/deqp/framework/opengl/wrapper/
glwImpl.inl 623 void glwCompressedMultiTexImage1DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void *bits)
628 gl->compressedMultiTexImage1DEXT(texunit, target, level, internalformat, width, border, imageSize, bits);
631 void glwCompressedMultiTexImage2DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *bits)
636 gl->compressedMultiTexImage2DEXT(texunit, target, level, internalformat, width, height, border, imageSize, bits);
639 void glwCompressedMultiTexImage3DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *bits)
644 gl->compressedMultiTexImage3DEXT(texunit, target, level, internalformat, width, height, depth, border, imageSize, bits);
671 void glwCompressedTexImage1D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void *data)
676 gl->compressedTexImage1D(target, level, internalformat, width, border, imageSize, data);
679 void glwCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data)
684 gl->compressedTexImage2D(target, level, internalformat, width, height, border, imageSize, data)
    [all...]
  /external/python/cpython3/Lib/test/
test_curses.py 114 win.border(65, 66, 67, 68,
116 win.border('|', '!', '-', '_',
119 msg="Expected win.border() to raise TypeError"):
120 win.border(65, 66, 67, 68,
  /external/skia/src/core/
SkBlurImageFilter.cpp 172 // Calculating the border is tricky. The border is the distance in pixels between the first dst
192 // finally D is C. So, with a window size of seven the border is nine. In the odd case, the
193 // border is 3*((window - 1)/2).
213 // For a window of six, the border value is eight. In the even case the border is 3 *
302 auto border = calculate_border(window); local
305 auto srcStart = srcLeft - border,
306 srcEnd = srcRight - border,
518 // Because the border is calculated before the fork of the GPU/CPU path. The border i
    [all...]
  /external/skqp/src/core/
SkBlurImageFilter.cpp 172 // Calculating the border is tricky. The border is the distance in pixels between the first dst
192 // finally D is C. So, with a window size of seven the border is nine. In the odd case, the
193 // border is 3*((window - 1)/2).
213 // For a window of six, the border value is eight. In the even case the border is 3 *
302 auto border = calculate_border(window); local
305 auto srcStart = srcLeft - border,
306 srcEnd = srcRight - border,
518 // Because the border is calculated before the fork of the GPU/CPU path. The border i
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 73 GLint border, GLsizei imageSize, const GLvoid* data);
76 void (*glCopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
198 GLint border, GLenum format, GLenum type, const GLvoid* pixels);
  /external/syslinux/memdisk/
inflate.c 153 static const unsigned border[] = { /* Order of the bit length code lengths */ variable
739 ll[border[j]] = (unsigned)b & 7;
743 ll[border[j]] = 0;
  /frameworks/base/libs/hwui/debug/
NullGlesDriver.h 73 GLsizei width, GLsizei height, GLint border,
80 GLint y, GLsizei width, GLsizei height, GLint border) override {}
136 GLsizei height, GLint border, GLenum format, GLenum type,
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 414 // C function void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
422 int border,
441 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
451 int border
    [all...]

Completed in 2825 milliseconds

1 2 3 4 5 6 7 8 91011>>