HomeSort by relevance Sort by last modified time
    Searched defs:funcs (Results 101 - 118 of 118) sorted by null

1 2 3 45

  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 110 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name)
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.
1132 const glw::Functions& funcs = m_context.getRenderContext().getFunctions(); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 114 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name)
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.
950 const glw::Functions& funcs = m_context.getRenderContext().getFunctions(); local
955 const int vertexTexUnitsSupported = getGLInt(funcs, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS);
956 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS);
957 const int combinedTexUnitsSupported = getGLInt(funcs, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS);
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 139 /* funcs :: A table of method pointers for this object. */
154 PS_Table_FuncsRec funcs; member in struct:PS_TableRec_
447 /* funcs :: A table of functions for the parser. */
457 PS_Parser_FuncsRec funcs; member in struct:PS_ParserRec_
530 /* funcs :: An array of function pointers for the builder. */
555 PS_Builder_FuncsRec funcs; member in struct:PS_Builder_
805 T1_Builder_FuncsRec funcs; member in struct:T1_BuilderRec_
925 T1_Decoder_FuncsRec funcs; member in struct:T1_DecoderRec_
1069 CFF_Builder_FuncsRec funcs; member in struct:CFF_Builder_
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 66 struct hfunc *funcs; /* SQLite user defined function handles */ member in struct:__anon22482
828 while ((f = h->funcs)) {
829 h->funcs = f->next;
1110 h->funcs = 0;
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 3071 const struct sp_filter_funcs *funcs = NULL; local
3636 const struct sp_filter_funcs *funcs; local
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 95 const std::vector<std::unique_ptr<CPDF_Function>>& funcs) {
97 for (const auto& func : funcs) {
107 const std::vector<std::unique_ptr<CPDF_Function>>& funcs,
139 std::max(CountOutputs(funcs), pCS->CountComponents());
147 for (const auto& func : funcs) {
192 const std::vector<std::unique_ptr<CPDF_Function>>& funcs,
221 std::max(CountOutputs(funcs), pCS->CountComponents());
229 for (const auto& func : funcs) {
324 const std::vector<std::unique_ptr<CPDF_Function>>& funcs,
343 std::max(CountOutputs(funcs), pCS->CountComponents())
2073 const auto& funcs = pPattern->GetFuncs(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 4453 FuncSet funcs; local
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 4567 FuncSet funcs; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 384 struct funcs { /* image manipulation routines */ struct in struct:_XImage
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1246 milliseconds

1 2 3 45