HomeSort by relevance Sort by last modified time
    Searched refs:coords (Results 201 - 225 of 386) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/tests/
OnFlushCallbackTest.cpp 95 // The vertex attrib order is always pos, color, local coords.
152 // Setup local coords
154 SkPoint* coords = (SkPoint*)((intptr_t) vertices + kLocalOffset); variable
156 *coords = fLocalQuad.point(i);
157 coords = (SkPoint*)((intptr_t) coords + vertexStride);
201 // Note that we force creation of a NonAARectOp that has local coords in anticipation of
  /external/skqp/tests/
OnFlushCallbackTest.cpp 93 // The vertex attrib order is always pos, color, local coords.
150 // Setup local coords
152 SkPoint* coords = (SkPoint*)((intptr_t) vertices + kLocalOffset); variable
154 *coords = fLocalQuad.point(i);
155 coords = (SkPoint*)((intptr_t) coords + vertexStride);
199 // Note that we force creation of a NonAARectOp that has local coords in anticipation of
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 216 void (*glDrawTexsvOES)(const GLshort *coords);
217 void (*glDrawTexivOES)(const GLint *coords);
218 void (*glDrawTexxvOES)(const GLfixed *coords);
220 void (*glDrawTexfvOES)(const GLfloat *coords);
main.cpp 326 void DrawTexsvOES(const GLshort *coords);
327 void DrawTexivOES(const GLint *coords);
328 void DrawTexxvOES(const GLfixed *coords);
330 void DrawTexfvOES(const GLfloat *coords);
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 323 tex_coord_t* coords,
345 pointer_t& txPtr = coords[i].ptr;
358 reg_t& s = coords[i].s;
359 reg_t& t = coords[i].t;
435 pointer_t& txPtr = parts.coords[i].ptr;
447 reg_t& s = parts.coords[i].s;
448 reg_t& t = parts.coords[i].t;
659 const pointer_t& txPtr = parts.coords[i].ptr;
663 int s = parts.coords[i].s.reg;
664 int t = parts.coords[i].t.reg
    [all...]
  /external/deqp/modules/gles2/functional/
es2fReadPixelsTests.cpp 101 const float coords[] = local
118 GLU_CHECK_CALL(glVertexAttribPointer(coordLoc, 2, GL_FLOAT, GL_FALSE, 0, coords));
  /external/deqp/modules/gles3/functional/
es3fShaderBuiltinVarTests.cpp 490 vector<tcu::Vec3> coords (numPoints);
506 for (vector<tcu::Vec3>::iterator coord = coords.begin(); coord != coords.end(); ++coord)
537 glu::VertexArrayBinding posBinding = glu::va::Float("a_positionSize", 3, (int)coords.size(), 0, (const float*)&coords[0]);
548 glu::pr::Points((int)coords.size()));
556 for (vector<tcu::Vec3>::const_iterator pointIter = coords.begin(); pointIter != coords.end(); ++pointIter)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-map.cc 138 const int *coords,
282 coords,
hb-font.h 627 const float *coords,
632 const int *coords, /* 2.14 normalized */
  /external/python/cpython2/Demo/turtle/
tdemo_nim.py 95 x, y = self.coords(row, col)
104 def coords(self, row, col): member in class:Stick
  /external/python/cpython3/Lib/turtledemo/
nim.py 95 x, y = self.coords(row, col)
104 def coords(self, row, col): member in class:Stick
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 861 double[] coords = get(CaptureResult.JPEG_GPS_COORDINATES); local
892 double[] coords = { l.getLatitude(), l.getLongitude(), l.getAltitude() }; local
    [all...]
  /frameworks/native/include/input/
InputTransport.h 102 PointerCoords coords; member in struct:android::InputMessage::Body::Motion::Pointer
379 pointers[i].copyFrom(msg.body.motion.pointers[i].coords);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 351 LLVMValueRef coords; local
361 coords = lp_build_emit_fetch( &bld->bld_base, inst, 0 , LP_CHAN_ALL);
375 coords, derivs,
387 LLVMValueRef coords; local
395 coords = lp_build_emit_fetch( &bld->bld_base, inst, 0 , LP_CHAN_ALL);
406 coords, derivs,
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 390 bool ShaderProgram::PushCoords(ProgramVar attr, float* coords) {
394 const uint8_t* data = reinterpret_cast<const uint8_t*>(coords);
403 bool ShaderProgram::PushSourceCoords(float* coords) {
405 return PushCoords(tex_coord_attr, coords);
408 bool ShaderProgram::PushTargetCoords(float* coords) {
410 return PushCoords(pos_coord_attr, coords);
524 // Source coords
530 // Target coords
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 750 vector<float> coords; local
758 // The shadow sampler with unnormalized coordinates is only used with the reference texture. Actual samplers in shaders use normalized coords.
777 coords.resize(numInvocations * getDataTypeScalarSize(coordType));
783 for (size_t i = 0; i < coords.size() / 4; i++)
785 coords[4 * i] = 1.0f;
786 coords[4 * i + 1] = coords[4 * i + 2] = coords[4 * i + 3] = 0.0f;
791 for (size_t i = 0; i < coords.size() / 3; i++)
793 coords[3 * i] = 1.0f
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 7225 GLfloat *coords = (GLfloat *) 0; local
7274 GLfloat *coords = (GLfloat *) 0; local
7328 GLint *coords = (GLint *) 0; local
7377 GLint *coords = (GLint *) 0; local
7431 GLshort *coords = (GLshort *) 0; local
7480 GLshort *coords = (GLshort *) 0; local
7534 GLfixed *coords = (GLfixed *) 0; local
7583 GLfixed *coords = (GLfixed *) 0; local
    [all...]
  /external/freetype/src/pshinter/
pshrec.c 1128 FT_Fixed* coords )
1133 stems[0] = FIXED_TO_INT( coords[0] );
1134 stems[1] = FIXED_TO_INT( coords[1] );
1173 FT_Fixed* coords )
1190 y += coords[n];
  /external/freetype/src/sfnt/
sfdriver.c 777 FT_Fixed* coords; local
861 &coords, local
949 for ( i = 0; i < num_coords; i++, coords++, axis++ )
956 if ( *coords == axis->def )
960 p = fixed2float( *coords, p );
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir_schedule.c 147 * when trying to submit texture coords with TFREQ full or new texture
152 int coords; member in struct:schedule_setup_state::__anon30161
154 int tfreq_count; /**< Number of texture coords outstanding. */
164 state->tfreq_count -= state->tex_fifo[0].coords;
375 state.tex_fifo[state.tex_fifo_pos].coords++;
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 2262 LLVMValueRef coords[4]; local
2498 LLVMValueRef coords; local
3187 LLVMValueRef coords[5]; local
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h 615 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
616 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
617 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
619 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
624 typedef void (GL_APIENTRYP PFNGLDRAWTEXSVOESPROC) (const GLshort *coords);
625 typedef void (GL_APIENTRYP PFNGLDRAWTEXIVOESPROC) (const GLint *coords);
626 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords);
628 typedef void (GL_APIENTRYP PFNGLDRAWTEXFVOESPROC) (const GLfloat *coords);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 811 void glDrawTexsvOES(const GLshort *coords)
813 getDispatch()->glDrawTexsvOES(coords);
816 void glDrawTexivOES(const GLint *coords)
818 getDispatch()->glDrawTexivOES(coords);
821 void glDrawTexxvOES(const GLfixed *coords)
823 getDispatch()->glDrawTexxvOES(coords);
831 void glDrawTexfvOES(const GLfloat *coords)
833 getDispatch()->glDrawTexfvOES(coords);
    [all...]
  /external/harfbuzz_ng/util/
helper-cairo.cc 108 const int *coords = hb_font_get_var_coords_normalized (font, &num_coords); local
115 ft_coords[i] = coords[i] << 2;

Completed in 1044 milliseconds

1 2 3 4 5 6 7 891011>>