Searched refs:funcs (Results 126 - 150 of 161) sorted by relevance

1234567

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dpsobjs.c88 *(PS_Table_FuncsRec*)&table->funcs = ps_table_funcs;
1484 parser->funcs = ps_parser_funcs;
1562 builder->funcs = t1_builder_funcs;
/external/freetype/src/truetype/
H A Dttgload.c190 face->root.internal->incremental_interface->funcs->get_glyph_metrics )
201 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics(
217 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics(
1465 error = face->root.internal->incremental_interface->funcs->get_glyph_data(
1833 face->root.internal->incremental_interface->funcs->free_glyph_data(
1973 if ( incr && incr->funcs->get_glyph_metrics )
1979 error = incr->funcs->get_glyph_metrics( incr->object,
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp114 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name) argument
117 funcs.getIntegerv(name, &val);
811 // UNIFORMFUNC_VALUE: use pass-by-value versions of uniform assignment funcs, e.g. glProgramUniform1f(), where possible. If not given, use pass-by-pointer versions.
960 const glw::Functions& funcs = m_context.getRenderContext().getFunctions(); local
965 const int vertexTexUnitsSupported = getGLInt(funcs, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS);
966 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS);
967 const int combinedTexUnitsSupported = getGLInt(funcs, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS);
H A Des31fNegativeStateApiTests.cpp1092 FunctionContainer funcs[] = local
1141 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
H A Des31fNegativeVertexArrayApiTests.cpp1002 FunctionContainer funcs[] = local
1033 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
H A Des31fNegativeBufferApiTests.cpp1463 FunctionContainer funcs[] = local
1505 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
H A Des31fNegativeShaderApiTests.cpp1999 FunctionContainer funcs[] = local
2064 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.c673 face->root.internal->incremental_interface->funcs->get_glyph_data(
716 face->root.internal->incremental_interface->funcs->free_glyph_data(
2899 face->root.internal->incremental_interface->funcs->get_glyph_metrics )
2909 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics(
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_crtc.c140 crtc->funcs->gamma_set(crtc, crtc->gamma_red, crtc->gamma_green,
H A Dxorg_dri2.c355 (*gc->funcs->ChangeClip) (gc, CT_REGION, copy_clip, 0);
/external/freetype/src/cff/
H A Dcffgload.c669 face->root.internal->incremental_interface->funcs->get_glyph_data(
712 face->root.internal->incremental_interface->funcs->free_glyph_data(
2904 face->root.internal->incremental_interface->funcs->get_glyph_metrics )
2914 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics(
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_crtc.c140 crtc->funcs->gamma_set(crtc, crtc->gamma_red, crtc->gamma_green,
H A Dxorg_dri2.c355 (*gc->funcs->ChangeClip) (gc, CT_REGION, copy_clip, 0);
/external/nanopb-c/tests/decode_unittests/
H A Ddecode_unittests.c253 dest.data.funcs.decode = &callback_check;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffgload.c673 face->root.internal->incremental_interface->funcs->get_glyph_data(
716 face->root.internal->incremental_interface->funcs->free_glyph_data(
2912 face->root.internal->incremental_interface->funcs->get_glyph_metrics )
2922 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics(
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBreakIteratorICU.cpp329 static void textInit(UText* text, const UTextFuncs* funcs, const void* string, unsigned length, const UChar* priorContext, int priorContextLength) argument
331 text->pFuncs = funcs;
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dsfobjs.c667 face->root.internal->incremental_interface->funcs->
694 face->root.internal->incremental_interface->funcs->
/external/freetype/src/sfnt/
H A Dsfobjs.c1075 face->root.internal->incremental_interface->funcs->
1102 face->root.internal->incremental_interface->funcs->
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dsfobjs.c669 face->root.internal->incremental_interface->funcs->
696 face->root.internal->incremental_interface->funcs->
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c66 struct hfunc *funcs; /* SQLite user defined function handles */ member in struct:__anon22642
828 while ((f = h->funcs)) {
829 h->funcs = f->next;
1110 h->funcs = 0;
1883 f->next = h->funcs;
1884 h->funcs = f;
3158 v->hh.funcs = 0;
3364 v->hh.funcs = 0;
3625 v->hh.funcs = 0;
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp98 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name) argument
101 funcs.getIntegerv(name, &val);
756 // UNIFORMFUNC_VALUE: use pass-by-value versions of uniform assignment funcs, e.g. glUniform1f(), where possible. If not given, use pass-by-pointer versions.
971 const glw::Functions& funcs = m_context.getRenderContext().getFunctions(); local
976 const int vertexTexUnitsSupported = getGLInt(funcs, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS);
977 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS);
978 const int combinedTexUnitsSupported = getGLInt(funcs, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS);
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp110 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name) argument
113 funcs.getIntegerv(name, &val);
917 // UNIFORMFUNC_VALUE: use pass-by-value versions of uniform assignment funcs, e.g. glUniform1f(), where possible. If not given, use pass-by-pointer versions.
1142 const glw::Functions& funcs = m_context.getRenderContext().getFunctions(); local
1147 const int vertexTexUnitsSupported = getGLInt(funcs, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS);
1148 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS);
1149 const int combinedTexUnitsSupported = getGLInt(funcs, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS);
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp2031 const Module::FunctionListType &funcs = TheModule->getFunctionList(); local
2032 Module::const_iterator I = funcs.begin();
2033 Module::const_iterator IE = funcs.end();
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dasn1t.h520 const void *funcs; /* functions that handle this type */ member in struct:ASN1_ITEM_st
546 * The 'funcs' field is used for application
549 * For COMPAT types the funcs field gives a
734 /* Macro to implement an ASN1_ITEM in terms of old style funcs */
/external/chromium_org/third_party/freetype/src/psaux/
H A Dt1decode.c1606 decoder->funcs = t1_decoder_funcs;

Completed in 659 milliseconds

1234567